GetTrailResponse constructor

GetTrailResponse({
  1. Trail? trail,
})

Implementation

GetTrailResponse({
  this.trail,
});