MC_DISPLAY_TECHNOLOGY_TYPE class Null safety Enum
Identifies monitor display technologies.
///
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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
- MC_APERTURE_GRILL_CATHODE_RAY_TUBE → const int
-
1
- MC_ELECTROLUMINESCENT → const int
-
6
- MC_FIELD_EMISSION_DEVICE → const int
-
8
- MC_LIQUID_CRYSTAL_ON_SILICON → const int
-
3
- MC_MICROELECTROMECHANICAL → const int
-
7
- MC_ORGANIC_LIGHT_EMITTING_DIODE → const int
-
5
- MC_PLASMA → const int
-
4
- MC_SHADOW_MASK_CATHODE_RAY_TUBE → const int
-
0
- MC_THIN_FILM_TRANSISTOR → const int
-
2