strictTypes property

bool get strictTypes

Implementation

bool get strictTypes => options.config['strictTypes'] as bool? ?? false;