getLazy property

bool get getLazy

Implementation

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