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