websiteUrl property

String? get websiteUrl

Optional URL to the website of the implementation.

Implementation

String? get websiteUrl => _value[Keys.websiteUrl] as String?;