isEmpty method

bool isEmpty()

Implementation

bool isEmpty() => !values.any((element) => element != null);