gson
GsonValues
Byte
isBool property
isBool
gson
GsonValues
Byte
isBool property
Byte class
Constructors
Byte
Boolean
Properties
boolValue
isBool
value
design
hashCode
runtimeType
Methods
set
toString
noSuchMethod
StrDesign
Operators
operator ==
isBool
property
bool
isBool
is the Byte a boolean
Implementation
bool get isBool => _number == 0 || _number == 1;