OnLocationChangedResult constructor

const OnLocationChangedResult({
  1. required String buildingId,
})

Implementation

const OnLocationChangedResult({
  required this.buildingId,
});