SpinnerFilterState class

list / wrap 实际内容的配置

Constructors

SpinnerFilterState({bool singleConditionAndSingleSelect = false, bool isCompleted = false, bool onlyClosed = false, List<SpinnerEntity> items = const []})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isCompleted bool
完成条件筛选
final
items List<SpinnerEntity>
数据源
final
onlyClosed bool
仅关闭筛选弹窗
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
singleConditionAndSingleSelect bool
是否单选
final

Methods

copyWith({bool? singleConditionAndSingleSelect, bool? isCompleted, bool? onlyClosed, List<SpinnerEntity>? items}) SpinnerFilterState
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