BMFSearchRGCRegionInfo class

RGC检索结果归属区域面信息类

Constructors

BMFSearchRGCRegionInfo({String? regionDescription, String? regionName, String? regionTag, String? regionUID})
有参构造
BMFSearchRGCRegionInfo.fromMap(Map map)
map => BMFSearchRGCRegionInfo

Properties

hashCode → int
The hash code for this object.
no setterinherited
regionDescription ↔ String?
请求坐标与所归属区域面的相对位置关系
getter/setter pair
regionName ↔ String?
归属区域面名称
getter/setter pair
regionTag ↔ String?
归属区域面类型
getter/setter pair
regionUID ↔ String?
归属区域面唯一标识
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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