LedgerSeqKey.fromJson constructor

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

Implementation

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