SpinnerFenceState class

栅栏筛选配置

Constructors

SpinnerFenceState({bool singleConditionAndSingleSelect = false, bool isCompleted = false, bool onlyClosed = false, SpinnerEntity data = const SpinnerEntity(key: '-'), List<int> idxList = const []})
const

Properties

data SpinnerEntity
final
hashCode int
The hash code for this object.
no setterinherited
idxList List<int>
final
isCompleted bool
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<int>? idxList, SpinnerEntity? data}) SpinnerFenceState
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