Space class

Constructors

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

Properties

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 → dynamic
ID of the space's homepage.
final
icon SpaceIcon?
final
id → dynamic
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({dynamic id, String? key, String? name, String? type, String? status, DateTime? createdAt, dynamic 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