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