isValid method

bool isValid()

Implementation

bool isValid() => (label?.length ?? 0) <= 50 && value.length <= 50;