status property

DirectionsStatus? get status

Implementation

DirectionsStatus? get status => _$this._status;
set status (DirectionsStatus? status)

Implementation

set status(DirectionsStatus? status) => _$this._status = status;