toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (apiProducts != null) 'apiProducts': apiProducts!,
      if (appGroup != null) 'appGroup': appGroup!,
      if (appId != null) 'appId': appId!,
      if (attributes != null) 'attributes': attributes!,
      if (callbackUrl != null) 'callbackUrl': callbackUrl!,
      if (companyName != null) 'companyName': companyName!,
      if (createdAt != null) 'createdAt': createdAt!,
      if (credentials != null) 'credentials': credentials!,
      if (developerEmail != null) 'developerEmail': developerEmail!,
      if (developerId != null) 'developerId': developerId!,
      if (keyExpiresIn != null) 'keyExpiresIn': keyExpiresIn!,
      if (lastModifiedAt != null) 'lastModifiedAt': lastModifiedAt!,
      if (name != null) 'name': name!,
      if (scopes != null) 'scopes': scopes!,
      if (status != null) 'status': status!,
    };