toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (containment != null) 'containment': containment!,
if (displayName != null) 'displayName': displayName!,
if (name != null) 'name': name!,
if (placeId != null) 'placeId': placeId!,
};