BaseEntity class

Implementers

Constructors

BaseEntity()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

exportInfo() Map<String, dynamic>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateInfoFromServer(Map<String, dynamic> info) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited

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?