FlutterWidgetPropertyValueEnumItem class

An item of an enumeration in a general sense - actual enum value, or a static field in a class.

Constructors

FlutterWidgetPropertyValueEnumItem(String libraryUri, String className, String name, {String? documentation})

Properties

className String
The name of the class or enum.
final
documentation String?
The documentation to show to the user. Omitted if the server does not know the documentation, e.g. because the corresponding field is not documented.
final
hashCode int
The hash code for this object.
no setterinherited
libraryUri String
The URI of the library containing the className. When the enum item is passed back, this will allow the server to import the corresponding library if necessary.
final
name String
The name of the field in the enumeration, or the static field in the class.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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