BMFSuggestionChildrenInfo class
Sug检索子节点结果类
Constructors
- BMFSuggestionChildrenInfo({String? uid, String? name, String? showName})
- 有参构造
- BMFSuggestionChildrenInfo.fromMap(Map map)
- map => BMFSuggestionChildrenInfo
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- name ↔ String?
-
poi子点名称
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- showName ↔ String?
-
poi子点简称
read / write
- uid ↔ String?
-
poi子点uid
read / write
Methods
-
fromMap(
Map map) → dynamic - map -> dynamic
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, Object?> - model -> map
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited