LicenseDescriptor<T> class abstract

Constructors

LicenseDescriptor({required T key, required String label, required Color color})

Properties

color Color
final
hashCode int
The hash code for this object.
no setteroverride
index int
final
key → T
final
label String
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 <(LicenseDescriptor<T> other) bool
Whether other index is numerically smaller than this number.
operator <=(LicenseDescriptor<T> other) bool
Whether other index is numerically smaller than or equal to this number.
operator ==(Object? other) bool
The equality operator.
override
operator >(LicenseDescriptor<T> other) bool
Whether other index is numerically greater than this number.
operator >=(LicenseDescriptor<T> other) bool
Whether other index is numerically greater than or equal to this number.