copyWith property

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

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

Implementation

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