website property

Uri? website

URL of the End-User's Web page or blog.

Implementation

Uri? get website =>
    this['website'] == null ? null : Uri.parse(this['website']);