YamlKeys class
Constructors
- YamlKeys()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Static Properties
-
supportedYamlKeys
↔ List<
String> -
List of supported keys
getter/setter pair
Constants
- android12AndAbovekey → const String
- Specifies splash screen setup details for Android 12.
- androidGravityKey → const String
- Specifies the gravity for splash image in the Android.
- colorKey → const String
- Specifies the color in splash screen.
- imageKey → const String
- Specifies the splash image.
- iosContentModeKey → const String
- Specifies the content mode for splash image in the iOS.
- splashMasterKey → const String
-
splashMasterKey is used to specify the
splash_master
section inpubspec.yaml
.