copyWith property

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

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

Implementation

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