SpaceExpandable class
Constructors
-
SpaceExpandable({String? settings, String? metadata, String? operations, String? lookAndFeel, String? permissions, String? icon, String? description, String? theme, String? history, String? homepage, String? identifiers})
-
-
SpaceExpandable.fromJson(Map<String, Object?> json)
-
factory
Methods
-
copyWith({String? settings, String? metadata, String? operations, String? lookAndFeel, String? permissions, String? icon, String? description, String? theme, String? history, String? homepage, String? identifiers})
→ SpaceExpandable
-
-
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