IaSdkConfigurationFooter class

Configuration options for SDK footer buttons.

Constructors

IaSdkConfigurationFooter({bool shouldShowDataProcessing = true, bool shouldShowAppSettings = true, bool shouldShowImprint = true})
Generates an instance of footer configuration.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldShowAppSettings bool
Whether to show the app settings button in the footer.
final
shouldShowDataProcessing bool
Whether to show the data processing button in the footer.
final
shouldShowImprint bool
Whether to show the imprint button in the footer.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serialises the class data to a JSON-compatible format.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited