group property Null safety

String group

Implementation

String get group => "${cow.groups.map((e) => e.name).toList().join(", ")}";