copyWith property
Implementation
ListPropertyCopyWith<ListProperty, ListProperty, ListProperty> get copyWith =>
_ListPropertyCopyWithImpl<ListProperty, ListProperty>(
this as ListProperty,
$identity,
$identity,
);
ListPropertyCopyWith<ListProperty, ListProperty, ListProperty> get copyWith =>
_ListPropertyCopyWithImpl<ListProperty, ListProperty>(
this as ListProperty,
$identity,
$identity,
);