checked property
@doc Whether this subtree represents a checkbox or similar widget with a "checked" state.
Implementation
@$pb.TagNumber(14)
FFBooleanValue get checked => $_getN(13);
Implementation
@$pb.TagNumber(14)
set checked(FFBooleanValue value) => $_setField(14, value);