isNotEmpty property

bool isNotEmpty

Implementation

bool get isNotEmpty =>
    comment != null && comment!.isNotEmpty && comment != "";