OAuthRevokeTokenResponse constructor

  1. @JsonSerializable(includeIfNull: false)
const OAuthRevokeTokenResponse({
  1. required String message,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory OAuthRevokeTokenResponse({
  required String message, // Success message
}) = _OAuthRevokeTokenResponse;