name property
String
get
name
Implementation
String get name {
if (this == PreferencesView.vendors) {
return "vendors";
}
return "purposes";
}
String get name {
if (this == PreferencesView.vendors) {
return "vendors";
}
return "purposes";
}