isInProduction top-level property

Future<bool?> isInProduction

Implementation

Future<bool?> get isInProduction async => _YamlParser.yaml<bool>('production');