isEmpty property

void isEmpty

Checks that the tested string is empty.

Implementation

void get isEmpty {
  test.expect(value, test.isEmpty);
}