originKeyResponseFromJson function
Implementation
OriginKeyResponse originKeyResponseFromJson(String str) =>
OriginKeyResponse.fromJson(json.decode(str));
OriginKeyResponse originKeyResponseFromJson(String str) =>
OriginKeyResponse.fromJson(json.decode(str));