TrendViewStatus.knownValue constructor

const TrendViewStatus.knownValue({
  1. required KnownTrendViewStatus data,
})

Implementation

const factory TrendViewStatus.knownValue({
  required KnownTrendViewStatus data,
}) = TrendViewStatusKnownValue;