BMFSearchRGCRegionInfo class Null safety
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.
  read-only, inherited
 - regionDescription ↔ String?
 - 
  请求坐标与所归属区域面的相对位置关系
  read / write
 - regionName ↔ String?
 - 
  归属区域面名称
  read / write
 - regionTag ↔ String?
 - 
  归属区域面类型
  read / write
 - regionUID ↔ String?
 - 
  归属区域面唯一标识
  read / write
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  read-only, inherited
 
Methods
- 
  fromMap(
Map map) → dynamic  - 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a non-existent method or property is accessed.
  inherited
 - 
  toMap(
) → Map< String, Object?>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited