toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (androidKeyRestrictions != null)
        'androidKeyRestrictions': androidKeyRestrictions!,
      if (apiTargets != null) 'apiTargets': apiTargets!,
      if (browserKeyRestrictions != null)
        'browserKeyRestrictions': browserKeyRestrictions!,
      if (iosKeyRestrictions != null)
        'iosKeyRestrictions': iosKeyRestrictions!,
      if (serverKeyRestrictions != null)
        'serverKeyRestrictions': serverKeyRestrictions!,
    };