LocationWithMode constructor
LocationWithMode([
- void b()?
Creates a new LocationWithMode object using the builder pattern.
Implementation
factory LocationWithMode([void Function(LocationWithModeBuilder)? b]) = _$LocationWithMode;