UpdateScreenTypes class

The IDs of the screens for the screen types of the screen scheme.

Constructors

UpdateScreenTypes({String? create, String? default$, String? edit, String? view})
UpdateScreenTypes.fromJson(Map<String, Object?> json)
factory

Properties

create String?
The ID of the create screen. To remove the screen association, pass a null.
final
default$ String?
The ID of the default screen. When specified, must include a screen ID as a default screen is required.
final
edit String?
The ID of the edit screen. To remove the screen association, pass a null.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
view String?
The ID of the view screen. To remove the screen association, pass a null.
final

Methods

copyWith({String? create, String? default$, String? edit, String? view}) UpdateScreenTypes
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