Invoice.fromButlerResult constructor
Invoice.fromButlerResult(
- ButlerResult result
Implementation
factory Invoice.fromButlerResult(ButlerResult result) => Invoice.fromJson(result.toJson());
factory Invoice.fromButlerResult(ButlerResult result) => Invoice.fromJson(result.toJson());