PackageDetails class
Basic information about a package.
Constructors
- PackageDetails({String? availablePackageVersion, DateTime? createdAt, ErrorDetails? errorDetails, DateTime? lastUpdatedAt, String? packageDescription, String? packageID, String? packageName, PackageStatus? packageStatus, PackageType? packageType})
-
PackageDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
- availablePackageVersion → String?
-
final
- createdAt → DateTime?
-
The timestamp of when the package was created.
final
- errorDetails → ErrorDetails?
-
Additional information if the package is in an error state. Null otherwise.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdatedAt → DateTime?
-
final
- packageDescription → String?
-
User-specified description of the package.
final
- packageID → String?
-
Internal ID of the package.
final
- packageName → String?
-
User-specified name of the package.
final
- packageStatus → PackageStatus?
-
Current state of the package. Values are COPYING, COPY_FAILED, AVAILABLE,
DELETING, and DELETE_FAILED.
final
- packageType → PackageType?
-
Currently supports only TXT-DICTIONARY.
final
- 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