Screen class
A screen.
Constructors
- Screen.new({String? description, int? id, String? name, Scope? scope})
-
Screen.fromJson(Map<
String, Object?> json) -
factory
Properties
- description → String?
-
The description of the screen.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int?
-
The ID of the screen.
final
- name → String?
-
The name of the screen.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scope → Scope?
-
The scope of the screen.
final
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited