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