fromMessage static method
Implementation
static DeleteTransactionRange fromMessage(Map<String, dynamic> msg) {
return DeleteTransactionRange(
low: msg['low'],
hi: msg['hi'],
);
}
static DeleteTransactionRange fromMessage(Map<String, dynamic> msg) {
return DeleteTransactionRange(
low: msg['low'],
hi: msg['hi'],
);
}