CowGroup.fromJson constructor Null safety

CowGroup.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory CowGroup.fromJson(Map<String, dynamic> json) => _$CowGroupFromJson(json);