Ledger.fromJson constructor

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

Implementation

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