DirectionsMessage constructor
DirectionsMessage({})
Implementation
DirectionsMessage({
required this.buildingIdentifier,
required this.originCategory,
this.originIdentifier = EMPTY_ID,
required this.destinationCategory,
this.destinationIdentifier = EMPTY_ID,
this.identifier,
this.accessibilityMode,
});