SearchCustomAttributeTemplateGetModel constructor
SearchCustomAttributeTemplateGetModel({
- required String id,
- required bool isDeleted,
- required String name,
- List<
ProjectShortestModel> projectShortestModels = const [], - List<
CustomAttributeModel> customAttributeModels = const [],
Returns a new SearchCustomAttributeTemplateGetModel instance.
Implementation
SearchCustomAttributeTemplateGetModel({
required this.id,
required this.isDeleted,
required this.name,
this.projectShortestModels = const [],
this.customAttributeModels = const [],
});