FarmListResponse$Response constructor

const FarmListResponse$Response({
  1. required List<FarmInfoSchema> farmList,
})

Implementation

const FarmListResponse$Response({
  required this.farmList,
});