hasUuid property

bool get hasUuid

Check if UUID has been generated

Implementation

bool get hasUuid => uuid != null && uuid!.isNotEmpty;