toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return {
    'latLong': this.latLong,
    'address': this.address,
  };
}