towbarPossible property

int get towbarPossible

The maximum weight available on the vehicle towbar.

Implementation

int get towbarPossible {
  final OperationResult result = objectMethod(
    super.pointerId,
    'EVCarModelFlutter',
    'towbarPossible',
  );
  return result['result'];
}