Space class

Constructors

Space({String? id, String? key, String? name, String? type, String? status, String? authorId, DateTime? createdAt, String? homepageId, SpaceDescription? description, SpaceIcon? icon})
Space.fromJson(Map<String, Object?> json)
factory

Properties

authorId String?
The account ID of the user who created this space originally.
final
createdAt DateTime?
Date and time when the space was created. In format "YYYY-MM-DDTHH:mm:ss.sssZ".
final
description SpaceDescription?
final
hashCode int
The hash code for this object.
no setterinherited
homepageId String?
ID of the space's homepage.
final
icon SpaceIcon?
final
id String?
ID of the space.
final
key String?
Key of the space.
final
name String?
Name of the space.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
final
type String?
final

Methods

copyWith({String? id, String? key, String? name, String? type, String? status, String? authorId, DateTime? createdAt, String? homepageId, SpaceDescription? description, SpaceIcon? icon}) Space
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