getLazy property

bool get getLazy

Implementation

bool get getLazy => revive().namedArguments[Strings.annotationArgumentLazy]?.toBoolValue() ?? true;