copyWith abstract method

  1. @useResult
AccountInfo copyWith({
  1. int? id,
  2. int? userInfoId,
  3. List<AccountProjectBridge>? accountprojectbridge,
  4. String? apiKey,
  5. PlanTier? planTier,
})

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,
});