ParsedInstructionMemo.fromJson constructor

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

Implementation

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