options property

  1. @nonVirtual
  2. @JsonKey(name: 'options')
String? options
getter/setter pair

Options contained for the docField.

Link datatype will hold the doctype of the linked doctype Select datatype will contain the list of the options delimited by a line break

Implementation

@nonVirtual
@JsonKey(name: 'options')
String? options;