website property
Uri?
get
website
URL of the End-User's Web page or blog.
Implementation
Uri? get website =>
this['website'] == null ? null : Uri.parse(this['website']);
URL of the End-User's Web page or blog.
Uri? get website =>
this['website'] == null ? null : Uri.parse(this['website']);