fromNative static method
Implementation
static MasstransitStopFeatureMask fromNative(
MasstransitStopFeatureMaskNative native) {
return MasstransitStopFeatureMask(
cooled: native.cooled, heated: native.heated);
}
static MasstransitStopFeatureMask fromNative(
MasstransitStopFeatureMaskNative native) {
return MasstransitStopFeatureMask(
cooled: native.cooled, heated: native.heated);
}