value property

String? value
final

The value of this ApiKey. This is only returned when the ApiKey is created via ApiKeyClient.create. In all other cases, it'll be null.

Implementation

final String? value;