AbiEntryParam.fromJson constructor

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

Implementation

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