isEmpty method

bool isEmpty()

Implementation

bool isEmpty() => head == null;