isEmpty property

bool get isEmpty

Returns true if the configuration properties is empty.

Implementation

bool get isEmpty => _properties.isEmpty;