fromJson static method

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

Implementation

static LedgerInfoData fromJson(Map<String, dynamic> json) =>
    _$LedgerInfoDataFromJson(json);