toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final neighborDistance = this.neighborDistance;
  final neighborId = this.neighborId;
  return {'neighborDistance': ?neighborDistance, 'neighborId': ?neighborId};
}