Metadata class
Version information extracted from the JSON file
- Available extensions
Constructors
-
Metadata.new({Map<
String, dynamic> ? data})
Properties
- android → PlatformData?
-
android specific configuration
no setter
- disabledMessage → String
-
Available on Metadata, provided by the MetaDataMessages extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- ios → PlatformData?
-
ios specific configuration
no setter
- linux → PlatformData?
-
linux specific configuration
no setter
- macos → PlatformData?
-
macos specific configuration
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- supportedMessage → String
-
Available on Metadata, provided by the MetaDataMessages extension
no setter - unsupportedMessage → String
-
Available on Metadata, provided by the MetaDataMessages extension
no setter - web → PlatformData?
-
web specific configuration
no setter
- windows → PlatformData?
-
windows specific configuration
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rawSetting(
{String? key, String? os}) → dynamic -
setting<
T> ({required String key, required T orElse, String? os}) → T -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited