toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (oauthClientIdName != null) 'oauthClientIdName': oauthClientIdName!,
      if (oauthClientIdVersionName != null)
        'oauthClientIdVersionName': oauthClientIdVersionName!,
      if (oauthSecretName != null) 'oauthSecretName': oauthSecretName!,
      if (oauthSecretVersionName != null)
        'oauthSecretVersionName': oauthSecretVersionName!,
      if (privateKeyName != null) 'privateKeyName': privateKeyName!,
      if (privateKeyVersionName != null)
        'privateKeyVersionName': privateKeyVersionName!,
      if (webhookSecretName != null) 'webhookSecretName': webhookSecretName!,
      if (webhookSecretVersionName != null)
        'webhookSecretVersionName': webhookSecretVersionName!,
    };