Call.fromMap constructor

Call.fromMap(
  1. Map map
)

Implementation

Call.fromMap(Map map)
    : width = map['width'],
      height = map['height'];