GlobalConfig class
Global Configuration for the plugin
Constructors
- GlobalConfig.new({bool checkStart = false, bool noUpdateAvailableToast = false, bool sourceUrl = false, bool openingFile = false, AndroidDialogBuilder? androidDialogBuilder, WindowsDialogBuilder? windowsDialogBuilder, NoUpdateAvailableBuilder? androidNoUpdateAvailableBuilder, NoUpdateAvailableBuilder? windowsNoUpdateAvailableBuilder})
Properties
- androidDialogBuilder → AndroidDialogBuilder?
-
final
- androidNoUpdateAvailableBuilder → NoUpdateAvailableBuilder?
-
final
- checkStart → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- noUpdateAvailableToast → bool
-
final
- openingFile → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceUrl → bool
-
final
- windowsDialogBuilder → WindowsDialogBuilder?
-
final
- windowsNoUpdateAvailableBuilder → NoUpdateAvailableBuilder?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited