LaneEnumSet.fromRawValue constructor
LaneEnumSet.fromRawValue(
- int rawValue
Implementation
factory LaneEnumSet.fromRawValue(int rawValue) {
return LaneEnumSet(rawValue);
}
factory LaneEnumSet.fromRawValue(int rawValue) {
return LaneEnumSet(rawValue);
}