init method Null safety

void init(
  1. CowGroupState _
)

Implementation

void init(CowGroupState _) {
  cowGroupState = _;
}