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