readOnly property

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

Whether the field is not editable and just read-only

Implementation

@nonVirtual
@JsonKey(
    name: 'read_only',
    fromJson: FrappeDocFieldConverter.checkToBool,
    toJson: FrappeDocFieldConverter.boolToCheck)
bool? readOnly;