menu
rohd
rohd
CaseItem
CaseItem constructor
CaseItem
brightness_4
CaseItem
constructor
Null safety
CaseItem
(
Logic
value
,
List
<
Conditional
>
then
)
Executes
then
when
value
matches.
Implementation
CaseItem(this.value, this.then);
rohd
rohd
CaseItem
CaseItem constructor
CaseItem class
Constructors
CaseItem
Properties
hashCode
runtimeType
then
value
Methods
noSuchMethod
toString
Operators
operator ==