utils/angular/properties/properties library

Functions

attributeToBool(String? inputValue, {bool defaultValue = false}) bool
A typed version of getDynamic.
getInt(dynamic inputValue, {int defaultValue = 0}) int
A typed version of getDynamic.