ScreenTypes class

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

Constructors

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

Properties

create int?
The ID of the create screen.
final
default$ int?
The ID of the default screen. Required when creating a screen scheme.
final
edit int?
The ID of the edit screen.
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 int?
The ID of the view screen.
final

Methods

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