BMFSize class
矩形大小,用直角地理坐标表示
- Implemented types
Constructors
- BMFSize(double width, double height)
- BMFSize构造方法
- BMFSize.fromMap(Map map)
- map => BMFSize
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- height ↔ double
-
高度
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- width ↔ double
-
宽度
read / write
Methods
-
fromMap(
Map map) → dynamic -
map -> BMFSize
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toMap(
) → Map< String, Object> -
BMFSize -> map
override
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited