AppSettings

class AppSettings(val shouldEncryptData: Boolean = true) : SettingOptions

Constructors

Link copied to clipboard
constructor(shouldEncryptData: Boolean = true)

Properties

Link copied to clipboard
open override val fileName: String
Link copied to clipboard
open override val shouldEncryptData: Boolean = true