modelFamily property
String
get
modelFamily
Get the model family
Implementation
String get modelFamily {
if (model.contains('Phind')) return 'Phind';
return 'Unknown';
}
Get the model family
String get modelFamily {
if (model.contains('Phind')) return 'Phind';
return 'Unknown';
}