LocationWithSuccess constructor

LocationWithSuccess([
  1. void b(
    1. LocationWithSuccessBuilder
    )?
])

Creates a new LocationWithSuccess object using the builder pattern.

Implementation

factory LocationWithSuccess([void Function(LocationWithSuccessBuilder)? b]) = _$LocationWithSuccess;