hidden property

bool? hidden
final

A hidden label is not visible to the user. It will be sent directly to the console

Defaults to false

Implementation

final bool? hidden;