toJson method

Map<String, dynamic> toJson()

Implementation

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