isDeprecated property

bool isDeprecated

Implementation

bool get isDeprecated => _deprecated ?? false;
void isDeprecated=(bool n)

Implementation

set isDeprecated(bool n) {
  _deprecated = n;
}