copyWith property

  1. @JsonKey.new(includeFromJson: false, includeToJson: false)
$GraphListblockRecordCopyWith<GraphListblockRecord> get copyWith
inherited

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

Implementation

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