VeganStatus constructor

const VeganStatus(
  1. {required String offTag}
)

Implementation

const VeganStatus({
  required this.offTag,
});