factory SpaceIcon.fromJson(Map<String, Object?> json) { return SpaceIcon( path: json[r'path'] as String?, ); }