toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final app = this.app;
final keyword = this.keyword;
final memberType = this.memberType;
final placeCategory = this.placeCategory;
final url = this.url;
return {
'app': ?app,
'keyword': ?keyword,
'memberType': ?memberType,
'placeCategory': ?placeCategory,
'url': ?url,
};
}