SpaceSettings class

Constructors

SpaceSettings({required bool routeOverrideEnabled, SpaceSettingsEditor? editor, String? spaceKey, required GenericLinks links})
SpaceSettings.fromJson(Map<String, Object?> json)
factory

Properties

editor SpaceSettingsEditor?
final
hashCode int
The hash code for this object.
no setterinherited
final
routeOverrideEnabled bool
Defines whether an override for the space home should be used. This is used in conjunction with a space theme provided by an app. For example, if this property is set to true, a theme can display a page other than the space homepage when users visit the root URL for a space. This property allows apps to provide content-only theming without overriding the space home.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spaceKey String?
final

Methods

copyWith({bool? routeOverrideEnabled, SpaceSettingsEditor? editor, String? spaceKey, GenericLinks? links}) SpaceSettings
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