isDeprecated property Null safety
Implementation
bool get isDeprecated => _deprecated ?? false;
Implementation
set isDeprecated(bool n) {
_deprecated = n;
}
bool get isDeprecated => _deprecated ?? false;
set isDeprecated(bool n) {
_deprecated = n;
}