Display class

A class representing a display device with various properties

Constructors

Display({required int? displayId, int? flag, required String? name, int? rotation})
Constructor to initialize a Display object
Display.fromJson(Map<String, dynamic> json)
Factory method to create a Display object from a JSON map
factory

Properties

displayId int?
The unique identifier of the display
getter/setter pair
flag int?
The flag associated with the display (could represent various statuses or capabilities)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the display
getter/setter pair
rotation int?
The rotation of the display (e.g., 0, 90, 180, 270 degrees)
getter/setter pair
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