CowData.fromJson constructor Null safety

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

Implementation

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