BaseEntity<T> class

Constructors

BaseEntity(dynamic code, dynamic userTip, dynamic data, {dynamic errorCode, dynamic errorMessage, dynamic totalElements})

Properties

code ↔ dynamic
getter/setter pair
data ↔ dynamic
getter/setter pair
errorCode ↔ dynamic
getter/setter pair
errorMessage ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalElements ↔ dynamic
getter/setter pair
userTip ↔ dynamic
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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