Bounds class Null safety
Rectangle specifying the Video capturing area. The capturing area shall not be larger than the whole Video source area.
- Annotations
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- height → int
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- width → int
-
read-only
- x → int
-
read-only
- xmlHeight → String
-
@JsonKey(name: '@height'), final
- xmlWidth → String
-
@JsonKey(name: '@width'), final
- xmlX → String
-
@JsonKey(name: '@x'), final
- xmlY → String
-
@JsonKey(name: '@y'), final
- y → int
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited