toMap method

  1. @override
Map toMap ()

BaseResult => map

Implementation

@override
Map toMap() {
  Map map = super.toMap();
  map['entityName'] = this.entityName;
  map['distance'] = this.distance;
  map['lowSpeedDistance'] = this.lowSpeedDistance;
  return map;
}