isValidName method

bool isValidName()

Implementation

bool isValidName() => trim().isNotEmpty;