BaseEntityKey class

///////////////////////////////////////////////////////////////////// /////////////////////// 基础实体类对应的key /////////////////////////// /////////////////////////////////////////////////////////////////////

Constructors

BaseEntityKey()

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

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

Operators

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

Static Properties

code String
getter/setter pair
data String
getter/setter pair
message String
getter/setter pair
success String
getter/setter pair
timestamp String
getter/setter pair

Static Methods

init({String? code, String? data, String? message, String? success, String? timestamp}) → void
初始化自定义数据结构字段 (如果字段跟上面相同,则不必调用)