MasstransitStopFeatureMask constructor

const MasstransitStopFeatureMask({
  1. required bool cooled,
  2. required bool heated,
})

Implementation

const MasstransitStopFeatureMask({
  required this.cooled,
  required this.heated,
});