CoordinatorKeyInfo.fromJson constructor

CoordinatorKeyInfo.fromJson(
  1. Map json_
)

Implementation

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