SubSource constructor
Implementation
SubSource({
String? id,
String? projectSourceId,
bool isSelected = false,
String? name,}){
_id = id;
_projectSourceId = projectSourceId;
_isSelected = isSelected;
_name = name;
}
SubSource({
String? id,
String? projectSourceId,
bool isSelected = false,
String? name,}){
_id = id;
_projectSourceId = projectSourceId;
_isSelected = isSelected;
_name = name;
}