LocationWithMode constructor

LocationWithMode([
  1. void b(
    1. LocationWithModeBuilder
    )?
])

Creates a new LocationWithMode object using the builder pattern.

Implementation

factory LocationWithMode([void Function(LocationWithModeBuilder)? b]) = _$LocationWithMode;