ContentCreateSpace class
The space that the content is being created in.
Constructors
-
ContentCreateSpace({int? id, String? name, Icon? icon, GlobalSpaceIdentifier? identifiers, ContentCreateSpaceDescription? description, Content? homepage, String? type, ContentCreateSpaceMetadata? metadata, List<
OperationCheckResult> ? operations, List<SpacePermission> ? permissions, String? status, SpaceSettings? settings, Theme? theme, LookAndFeel? lookAndFeel, ContentCreateSpaceHistory? history, required String key, Map<String, dynamic> ? links}) -
ContentCreateSpace.fromJson(Map<
String, Object?> json) -
factory
Properties
- description → ContentCreateSpaceDescription?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- history → ContentCreateSpaceHistory?
-
final
- homepage → Content?
-
final
- icon → Icon?
-
final
- id → int?
-
final
- identifiers → GlobalSpaceIdentifier?
-
final
- key → String
-
The key of the space.
final
-
links
→ Map<
String, dynamic> ? -
final
- lookAndFeel → LookAndFeel?
-
final
- metadata → ContentCreateSpaceMetadata?
-
final
- name → String?
-
final
-
operations
→ List<
OperationCheckResult> -
final
-
permissions
→ List<
SpacePermission> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- settings → SpaceSettings?
-
final
- status → String?
-
final
- theme → Theme?
-
final
- type → String?
-
final
Methods
-
copyWith(
{int? id, String? name, Icon? icon, GlobalSpaceIdentifier? identifiers, ContentCreateSpaceDescription? description, Content? homepage, String? type, ContentCreateSpaceMetadata? metadata, List< OperationCheckResult> ? operations, List<SpacePermission> ? permissions, String? status, SpaceSettings? settings, Theme? theme, LookAndFeel? lookAndFeel, ContentCreateSpaceHistory? history, String? key, Map<String, dynamic> ? links}) → ContentCreateSpace -
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