Cafe constructor
Implementation
Cafe(String title, String contents, Uri url, DateTime datetime, Uri thumbnail,
this.cafeName)
: super(title, contents, url, datetime, thumbnail);
Cafe(String title, String contents, Uri url, DateTime datetime, Uri thumbnail,
this.cafeName)
: super(title, contents, url, datetime, thumbnail);