LocationChangeEvent constructor
LocationChangeEvent({})
Implementation
LocationChangeEvent({
required String error,
required bool isSuccessful,
required this.location,
}) : super(
error: error,
isSuccessful: isSuccessful,
);