isEmpty property

bool isEmpty

Returns true if the configuration properties is empty.

Implementation

bool get isEmpty => _properties.isEmpty;