Abi.fromJson constructor

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

Implementation

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