force_type library
Extensions
- BooleanCasting on bool
- DateTimeCasting on DateTime
- DoubleCasting on double
- IntegerCasting on int
- NullableBooleanCasting on bool?
- NullableDateTimeCasting on DateTime?
- NullableDoubleCasting on double?
- NullableIntegerCasting on int?
- NullableObjectCasting on Object?
- NullableStringCasting on String?
- StringCasting on String
Functions
-
forceBoolean(
dynamic value) → bool - forcing dynamic type to Boolean
-
forceDateTime(
dynamic value) → DateTime - forcing dynamic type to DateTime
-
forceDouble(
dynamic value) → double - forcing dynamic type to Double
-
forceInteger(
dynamic value) → int - forcing dynamic type to Integer
-
forceString(
dynamic value) → String - forcing dynamic type to String