getOption method

Options? getOption()

Implementation

Options? getOption() {
  if (this.options == null) {
    return Options();
  } else {
    return this.options;
  }
}