YarnApplication constructor

YarnApplication({
  1. String? name,
  2. double? progress,
  3. String? state,
  4. String? trackingUrl,
})

Implementation

YarnApplication({
  this.name,
  this.progress,
  this.state,
  this.trackingUrl,
});