LxdImage class

Constructors

LxdImage({required String architecture, required bool autoUpdate, required bool cached, required DateTime createdAt, required DateTime expiresAt, required String filename, required String fingerprint, required DateTime lastUsedAt, required List<String> profiles, required Map<String, String> properties, required bool public, required int size, required String type, required DateTime uploadedAt})

Properties

architecture String
final
autoUpdate bool
final
cached bool
final
createdAt DateTime
final
expiresAt DateTime
final
filename String
final
fingerprint String
final
hashCode int
The hash code for this object.
no setteroverride
lastUsedAt DateTime
final
profiles List<String>
final
properties Map<String, String>
final
public bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
final
type String
final
uploadedAt DateTime
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override