copyWith property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
$ListViewBasicCopyWith<ListViewBasic> get copyWith
inherited

Create a copy of ListViewBasic with the given fields replaced by the non-null parameter values.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
@pragma('vm:prefer-inline')
$ListViewBasicCopyWith<ListViewBasic> get copyWith => _$ListViewBasicCopyWithImpl<ListViewBasic>(this as ListViewBasic, _$identity);