TestStringArrayOption class

Concrete DeskArrayOption for testing string arrays.

Inheritance

Constructors

TestStringArrayOption()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
itemBuilder DeskArrayFieldItemBuilder<String>
no setteroverride
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

buildItem(BuildContext context, String value) Widget
Calls itemBuilder with value, bypassing the static type system so that a typed option (e.g. DeskArrayOption
inherited
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