isNewDeclaration property

bool isNewDeclaration

Implementation

bool get isNewDeclaration => _isNewDeclaration;
  1. @protected
void isNewDeclaration=(dynamic value)

Implementation

@protected
set isNewDeclaration(value) => _isNewDeclaration = value;