MacOsOptions class
Specific options for macOS platform.
- Inheritance
-
- Object
- Options
- AppleOptions
- MacOsOptions
Constructors
- MacOsOptions({String? groupId, String? accountName = AppleOptions.defaultAccountName, KeychainAccessibility accessibility = KeychainAccessibility.unlocked, bool synchronizable = false})
-
const
Properties
Methods
-
copyWith(
{String? groupId, String? accountName, KeychainAccessibility? accessibility, bool? synchronizable}) → MacOsOptions -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, String> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- defaultOptions → const MacOsOptions