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