Eid.fromJson constructor

Eid.fromJson(
  1. Map json_
)

Implementation

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