copyWith abstract method
Returns a shallow copy of this AccountInfo with some or all fields replaced by the given arguments.
Implementation
@_i1.useResult
AccountInfo copyWith({
int? id,
int? userInfoId,
List<_i2.AccountProjectBridge>? accountprojectbridge,
String? apiKey,
_i3.PlanTier? planTier,
});