PlatformSetup class
Defines the platforms enabled for an FKIT project.
Constructors
- PlatformSetup({required bool android, required bool ios, required bool web})
-
Creates a platform configuration.
const
Properties
- android → bool
-
Whether Android platform support is enabled.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- ios → bool
-
Whether iOS platform support is enabled.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- web → bool
-
Whether web platform support is enabled.
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