scheme property

String get scheme

Implementation

String get scheme {
  return _uri?.scheme ?? "";
}