SearchCustomAttributeTemplateGetModel constructor

SearchCustomAttributeTemplateGetModel({
  1. required String id,
  2. required bool isDeleted,
  3. required String name,
  4. List<ProjectShortestModel> projectShortestModels = const [],
  5. 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 [],
});