LeadTab constructor
Implementation
LeadTab({
String? type3,
String? title,
String? title2,
num? total,
num? showTotal,}){
_type3 = type3;
_title = title;
_title2 = title2;
_total = total;
_showTotal = showTotal;
}
LeadTab({
String? type3,
String? title,
String? title2,
num? total,
num? showTotal,}){
_type3 = type3;
_title = title;
_title2 = title2;
_total = total;
_showTotal = showTotal;
}