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
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