intentUrl property

set intentUrl (String? value)

Implementation

set intentUrl(String? value) {
  _intentUrl = value;
}