menu
gson package
documentation
parsable.dart
GsonParsable
hasNext method
hasNext method
dark_mode
light_mode
hasNext
method
bool
hasNext
(
)
test if has next symbol
Implementation
bool hasNext() { return has(1); }
gson package
documentation
parsable
GsonParsable
hasNext method
GsonParsable class