copyWith property

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

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

Implementation

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