SecretStorageDefaultKeyContent.fromJson constructor

SecretStorageDefaultKeyContent.fromJson(
  1. Map<String, Object?> json
)

Implementation

SecretStorageDefaultKeyContent.fromJson(Map<String, Object?> json)
    : key = json.tryGet('key', TryGet.required);