QueryLastEventByAddrRequest.fromJson constructor
Implementation
factory QueryLastEventByAddrRequest.fromJson(Map<String, dynamic> json) {
return QueryLastEventByAddrRequest(
address: json.valueAsString<String?>('address', acceptCamelCase: true),
);
}