name property
String
get
name
Implementation
String get name {
switch (this) {
case BluetoothType.IVT:
return "IVT";
case BluetoothType.FSC:
return "FSC";
}
}
String get name {
switch (this) {
case BluetoothType.IVT:
return "IVT";
case BluetoothType.FSC:
return "FSC";
}
}