efficiency property
The energy consumption in Wh/km.
Implementation
int get efficiency {
final OperationResult result = objectMethod(
super.pointerId,
'EVCarModelFlutter',
'efficiency',
);
return result['result'];
}
The energy consumption in Wh/km.
int get efficiency {
final OperationResult result = objectMethod(
super.pointerId,
'EVCarModelFlutter',
'efficiency',
);
return result['result'];
}