AbiStruct.fromJson constructor

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

Implementation

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