Boundary class
Constructors
- Boundary.new(double width, double height, double x, double y)
- Boundary initialization
- Boundary.fromRoutingJson(RoutingArguments arguments)
- Boundary initialization from JSON map used by Router
- Boundary.zero()
- Boundary initialization with zero size
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toRoutingJson(
) → Map< String, String> - Convert into JSON map used by Router
-
toString(
) → String -
Convert the object into string
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
validateRoutingJson(
RoutingArguments arguments) → bool - Validate JSON map used by Router if it contains correct arguments