getSettings method

dynamic getSettings()

Implementation

getSettings() {
  return settings ?? defaultSettings;
}