utils/angular/properties/properties library

Functions

attributeToBool(String inputValue, {bool defaultValue = false}) bool
Parses HTML attribute String to a bool.
getBool(dynamic inputValue) bool
A typed version of getDynamic.
getInt(dynamic inputValue, {int defaultValue = 0}) int
A typed version of getDynamic.