toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (googleSystemId != null) 'googleSystemId': googleSystemId!,
      if (neighborSystemId != null) 'neighborSystemId': neighborSystemId!,
      if (state != null) 'state': state!,
    };