toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final coffee = this.coffee;
final disclosureText = this.disclosureText;
final flagContentUri = this.flagContentUri;
final overview = this.overview;
final restaurant = this.restaurant;
final store = this.store;
return {
'coffee': ?coffee,
'disclosureText': ?disclosureText,
'flagContentUri': ?flagContentUri,
'overview': ?overview,
'restaurant': ?restaurant,
'store': ?store,
};
}