copyWith abstract method
DatabaseResource
copyWith({
- int? id,
- String? cloudCapsuleId,
- String? providerId,
- DatabaseProvider? provider,
- DatabaseConnection? connection,
- DatabaseScaling? scaling,
- DatabaseQuota? quota,
Returns a shallow copy of this DatabaseResource with some or all fields replaced by the given arguments.
Implementation
@_i1.useResult
DatabaseResource copyWith({
int? id,
String? cloudCapsuleId,
String? providerId,
_i2.DatabaseProvider? provider,
_i3.DatabaseConnection? connection,
_i4.DatabaseScaling? scaling,
_i5.DatabaseQuota? quota,
});