Edid class

Constructors

Edid({required String manufacturerId, required String productId, required int yearOfManufacture})
Edid.fromJS(Edid _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
manufacturerId String
3 character manufacturer code. See Sec. 3.4.1 page 21. Required in v1.4.
getter/setter pair
productId String
2 byte manufacturer-assigned code, Sec. 3.4.2 page 21. Required in v1.4.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → Edid
no setter
yearOfManufacture int
Year of manufacturer, Sec. 3.4.4 page 22. Required in v1.4.
getter/setter pair

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