isApiKeyHashed property

  1. @JsonKey.new(name: 'is_api_key_hashed', defaultValue: false)
bool? isApiKeyHashed
final

Implementation

@JsonKey(name: 'is_api_key_hashed', defaultValue: false)
final bool? isApiKeyHashed;