getSettings method

Map<String, dynamic> getSettings()

Implementation

Map<String,dynamic> getSettings() {
  return settings ?? defaultSettings;
}