Phone.fromMap constructor

Phone.fromMap(
  1. dynamic map
)

Implementation

Phone.fromMap(map){
  label = map["label"];
  value = map["value"];
}