isEmpty method

bool isEmpty()

Implementation

bool isEmpty() => planes.any((element) => element.bytes.isEmpty);