collapsible property

  1. @nonVirtual
  2. @JsonKey(name: 'collapsible', fromJson: FrappeDocFieldConverter.checkToBool, toJson: FrappeDocFieldConverter.boolToCheck)
bool? collapsible
getter/setter pair

Whether the field is collapsible in the UI

Implementation

@nonVirtual

/// Whether the field is collapsible in the UI
@JsonKey(
    name: 'collapsible',
    fromJson: FrappeDocFieldConverter.checkToBool,
    toJson: FrappeDocFieldConverter.boolToCheck)
bool? collapsible;