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

hashCode int
The hash code for this object.
no setterinherited
height double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width double
getter/setter pair
x double
getter/setter pair
y double
getter/setter pair

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