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

Bounds({required int x, required int y, required int width, required int height})
Bounds.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
read-only, inherited
height int
@JsonKey(name: '@height', fromJson: int.parse), final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
width int
@JsonKey(name: '@width', fromJson: int.parse), final
x int
@JsonKey(name: '@x', fromJson: int.parse), final
y int
@JsonKey(name: '@y', fromJson: int.parse), final

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