LookAndFeelSelection class

Look and feel selection

Constructors

LookAndFeelSelection({required String spaceKey, required LookAndFeelSelectionLookAndFeelType lookAndFeelType})
LookAndFeelSelection.fromJson(Map<String, Object?> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
lookAndFeelType LookAndFeelSelectionLookAndFeelType
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spaceKey String
The key of the space for which the look and feel settings will be set.
final

Methods

copyWith({String? spaceKey, LookAndFeelSelectionLookAndFeelType? lookAndFeelType}) LookAndFeelSelection
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