ResolutionEnum enum

分辨率枚举

Inheritance

Constructors

ResolutionEnum()
const

Values

r120x120 → const ResolutionEnum
r160x160 → const ResolutionEnum
r270x270 → const ResolutionEnum
r480x480 → const ResolutionEnum
r160x120 → const ResolutionEnum
r240x180 → const ResolutionEnum
r280x210 → const ResolutionEnum
r320x240 → const ResolutionEnum
r400x300 → const ResolutionEnum
r480x360 → const ResolutionEnum
r640x480 → const ResolutionEnum
r960x720 → const ResolutionEnum
r160x90 → const ResolutionEnum
r256x144 → const ResolutionEnum
r320x180 → const ResolutionEnum
r480x270 → const ResolutionEnum
r640x360 → const ResolutionEnum
r960x540 → const ResolutionEnum
r1280x720 → const ResolutionEnum
r1920x1080 → const ResolutionEnum

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<ResolutionEnum>
A constant List of the values in this enum, in order of their declaration.