Abi.fromJson constructor

Abi.fromJson(
  1. Map json_
)

Implementation

Abi.fromJson(core.Map json_) : this(alias: json_['alias'] as core.String?);