UCameraSize class

Constructors

UCameraSize(int width, int height)
const
UCameraSize.fromMap(Object? raw)
factory

Properties

aspectRatio → double
no setter
hashCode → int
The hash code for this object.
no setterinherited
height → int
final
pixels → int
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
size → Size
no setter
width → int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → Map<String, Object?>
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited