fromJson static method

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

Implementation

static TxInfoData fromJson(Map<String, dynamic> json) =>
    _$TxInfoDataFromJson(json);