Location constructor

Location([
  1. void b(
    1. LocationBuilder
    )?
])

Creates a new Location object using the builder pattern.

Implementation

factory Location([void Function(LocationBuilder)? b]) = _$Location;