Configuration class

Constructors

Configuration({String? configurationVersion, Uint8List? content, String? contentType})

Properties

configurationVersion String?
The configuration version.
final
content Uint8List?
The content of the configuration or the configuration data.
final
contentType String?
A standard MIME type describing the format of the configuration content. For more information, see Content-Type.
final
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