IInline6 class

Available extensions
Annotations
  • @JS()
  • @staticInterop
  • @anonymous

Constructors

IInline6()

Properties

authority String?

Available on IInline6, provided by the IInline6$Typings extension

The new authority, defaults to this Uri's authority.
getter/setter pair
fragment String?

Available on IInline6, provided by the IInline6$Typings extension

The new fragment, defaults to this Uri's fragment.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
path String?

Available on IInline6, provided by the IInline6$Typings extension

The new path, defaults to this Uri's path.
getter/setter pair
query String?

Available on IInline6, provided by the IInline6$Typings extension

The new query, defaults to this Uri's query.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheme String?

Available on IInline6, provided by the IInline6$Typings extension

The new scheme, defauls to this Uri's scheme.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited