decodeFromJson method
Decodes a raw JSON map payload (when the event data is already decoded).
Implementation
ReceivedTransaction decodeFromJson(Map<String, dynamic> json) {
return ReceivedTransaction.fromJson(json);
}
Decodes a raw JSON map payload (when the event data is already decoded).
ReceivedTransaction decodeFromJson(Map<String, dynamic> json) {
return ReceivedTransaction.fromJson(json);
}