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