ILedgerLogInfo.fromJson constructor

ILedgerLogInfo.fromJson([
  1. Map<String, dynamic>? json
])

Implementation

factory ILedgerLogInfo.fromJson([Map<String, dynamic>? json]) =>
    _$ILedgerLogInfoFromJson(json ?? {});