UpdateLocationEvent constructor

const UpdateLocationEvent({
  1. @required String? location,
})

Implementation

const UpdateLocationEvent({@required this.location}) : super();