ActionWithReceipt.fromJson constructor

ActionWithReceipt.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ActionWithReceipt.fromJson(Map<String, dynamic> json) =>
    _$ActionWithReceiptFromJson(json);