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