SourceReceiver.fromJson constructor
Implementation
SourceReceiver.fromJson(Map<String, dynamic> json) {
address = json[FIELD_ADDRESS];
amountCharged = json[FIELD_AMOUNT_CHARGED];
amountReceived = json[FIELD_AMOUNT_RECEIVED];
amountReturned = json[FIELD_AMOUNT_RETURNED];
}