menu
tenun package
documentation
core/chart_diagnostic_fallback_fields.dart
ChartDiagnosticFallbackFields
isNonNegativeIntegerLike static method
isNonNegativeIntegerLike static method
dark_mode
light_mode
isNonNegativeIntegerLike
static method
bool
isNonNegativeIntegerLike
(
Object
?
raw
)
Implementation
static bool isNonNegativeIntegerLike(Object? raw) { return parseNonNegativeInt(raw) != null; }
tenun package
documentation
core/chart_diagnostic_fallback_fields
ChartDiagnosticFallbackFields
isNonNegativeIntegerLike static method
ChartDiagnosticFallbackFields class