toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (customAccount != null) 'customAccount': customAccount!,
      if (googleAccount != null) 'googleAccount': googleAccount!,
      if (iapCredential != null) 'iapCredential': iapCredential!,
    };