Item.fromMap constructor

Item.fromMap(
  1. Map m
)

Implementation

Item.fromMap(Map m) {
  label = m["label"];
  value = m["value"];
}