Factory constructor to convert json into a Suite model
factory Suite.fromJson(Map<String, dynamic> json) => _$SuiteFromJson(json);