DeskRatingOption class

Inheritance

Constructors

DeskRatingOption({int maxRating = 5, IconData icon = FontAwesomeIcons.solidStar})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
icon IconData
final
maxRating int
final
optional bool
Whether the field is optional (can be null/unset).
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visibleWhen DeskCondition?
Condition that determines field visibility based on the editor context. When null, the field is always visible. When set, the field is rendered only if visibleWhen.evaluate(ctx) returns true.
finalinherited

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