V2GetKeyStringResponse.fromJson constructor

V2GetKeyStringResponse.fromJson(
  1. Map json_
)

Implementation

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