EntityInfo class
Entity信息(封装查询Entity列表时返回的Entity信息)
Constructors
- EntityInfo.fromMap(Map map)
Properties
- createTime ↔ String
-
entity创建时间
read / write
-
customColumns
↔ Map<
String, String> -
开发者自定义的entity属性信息
read / write
- entityDesc ↔ String
-
entity 可读性描述
read / write
- entityName ↔ String
-
entity名称,其唯一标识
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- latestLocation ↔ LatestLocation
-
最新的轨迹点信息
read / write
- modifyTime ↔ String
-
entity属性修改时间
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toMap(
) → Map -
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited