BaseEntity class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Static Methods
-
boolValue(Map<String, dynamic>? info, String key, [bool strictType = true])
→ bool?
-
-
dateValue(Map<String, dynamic>? info, String key, [bool strictType = true])
→ DateTime?
-
-
doubleValue(Map<String, dynamic>? info, String key, [bool strictType = true])
→ double?
-
-
intValue(Map<String, dynamic>? info, String key, [bool strictType = true])
→ int?
-
-
mapValue(Map<String, dynamic>? info, String key)
→ Map<String, dynamic>?
-
-
stringValue(Map<String, dynamic>? info, String key)
→ String?
-