busLineType property

Future<String> busLineType

Implementation

Future<String> get busLineType {
  return platform(
    android: (pool) => _androidModel.getBusLineType(),
    ios: (pool) => _iosModel.get_type(),
  );
}