googlePlusUrl property
GooglePlusUrl?
get
googlePlusUrl
Parse string to google plus url
Implementation
GooglePlusUrl? get googlePlusUrl => GooglePlusUrl.parse(this ?? '');
Parse string to google plus url
GooglePlusUrl? get googlePlusUrl => GooglePlusUrl.parse(this ?? '');