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