CoordinatorKeyInfo.fromJson constructor
CoordinatorKeyInfo.fromJson(
- Map json_
Implementation
CoordinatorKeyInfo.fromJson(core.Map json_)
: this(keyId: json_['keyId'] as core.String?);
CoordinatorKeyInfo.fromJson(core.Map json_)
: this(keyId: json_['keyId'] as core.String?);