RecordMarkerDecisionAttributes constructor

RecordMarkerDecisionAttributes({
  1. required String markerName,
  2. String? details,
})

Implementation

RecordMarkerDecisionAttributes({
  required this.markerName,
  this.details,
});