toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final containment = this.containment;
final displayName = this.displayName;
final name = this.name;
final placeId = this.placeId;
return {
'containment': ?containment,
'displayName': ?displayName,
'name': ?name,
'placeId': ?placeId,
};
}