长方形区域。
-
Annotations
@JsonSerializable(explicitToJson: true)
Constructors
-
Rect()
Constructs a Rect
-
Rect.fromJson(Map<String, dynamic> json)
factory
Properties
-
长方形区域的底边所对应的纵坐标。
read / write
-
The hash code for this object. [...]
read-only, inherited
-
长方形区域的左边所对应的横坐标。
read / write
-
长方形区域的右边所对应的横坐标。
read / write
-
A representation of the runtime type of the object.
read-only, inherited
-
长方形区域的上边所对应的纵坐标。
read / write
Methods
-
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]inherited
-
Returns a string representation of this object.inherited
Operators
-
operator ==(Object other) → bool
The equality operator. [...]inherited