copyWithWrapped method
Implementation
FarmListResponse$Response copyWithWrapped(
{Wrapped<List<FarmInfoSchema>>? farmList}) {
return FarmListResponse$Response(
farmList: (farmList != null ? farmList.value : this.farmList));
}
FarmListResponse$Response copyWithWrapped(
{Wrapped<List<FarmInfoSchema>>? farmList}) {
return FarmListResponse$Response(
farmList: (farmList != null ? farmList.value : this.farmList));
}