towbarPossible property
The maximum weight available on the vehicle towbar.
Implementation
int get towbarPossible {
final OperationResult result = objectMethod(
super.pointerId,
'EVCarModelFlutter',
'towbarPossible',
);
return result['result'];
}