AccountInfo constructor
AccountInfo({})
Implementation
factory AccountInfo({
int? id,
required int userInfoId,
List<_i2.AccountProjectBridge>? accountprojectbridge,
required String apiKey,
required _i3.PlanTier planTier,
}) = _AccountInfoImpl;