UnitIU.fromJson constructor

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

Implementation

factory UnitIU.fromJson(Map<String, dynamic> json) => UnitIU(json["value"]);