Flutter
foundation
BitField
<
T extends dynamic
>
operator [] abstract method
operator []
description
operator []
method
Null safety
bool
operator []
(
T
index
)
Returns whether the bit with the given index is set to one.
Implementation
bool operator [](T index);
Flutter
foundation
BitField
<
T extends dynamic
>
operator [] abstract method
BitField class
Constructors
BitField
filled
Properties
hashCode
runtimeType
Methods
noSuchMethod
reset
toString
Operators
operator ==
operator []
operator []=