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