copyWith method
Implementation
FarmListResponse$Response copyWith({List<FarmInfoSchema>? farmList}) {
return FarmListResponse$Response(farmList: farmList ?? this.farmList);
}
FarmListResponse$Response copyWith({List<FarmInfoSchema>? farmList}) {
return FarmListResponse$Response(farmList: farmList ?? this.farmList);
}