ScreenWithTab class
A screen with tab details.
Constructors
- ScreenWithTab({String? description, int? id, String? name, Scope? scope, ScreenableTab? tab})
-
ScreenWithTab.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
- tab → ScreenableTab?
-
The tab for the screen.
final
Methods
-
copyWith(
{String? description, int? id, String? name, Scope? scope, ScreenableTab? tab}) → ScreenWithTab -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited