options property

List<String> get options

Gets the options (/Opt) for the choice field.

Implementation

List<String> get options {
  // TODO: Implement parsing of /Opt (can be array of strings or array of arrays)
  return [];
}