QueryListMonitoredPersonOption.fromMap constructor

QueryListMonitoredPersonOption.fromMap(
  1. Map map
)

Implementation

QueryListMonitoredPersonOption.fromMap(Map map)
    : assert(map != null),
      super.fromMap(map) {
  fenceId = map['fenceId'];
  pageIndex = map['pageIndex'];
  pageSize = map['pageSize'];
}