FullyQualifiedWidgetName class

The name of a widget used by the RFW package, including its library name.

This can be used to identify both local widgets and remote widgets.

Implemented types
Annotations

Constructors

FullyQualifiedWidgetName(LibraryName library, String widget)
Wrap the given library name and widget name in a FullyQualifiedWidgetName.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
library LibraryName
The name of the library in which widget can be found.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widget String
The name of the widget, which should be in the specified library.
final

Methods

compareTo(FullyQualifiedWidgetName other) int
Compares this object to another object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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