Mount class

Carries information about a particular disk mount inside a container.

Constructors

Mount({String? disk, String? path, bool? readOnly})
Mount.fromJson(Map _json)

Properties

disk String?
The name of the disk to mount, as specified in the resources section.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
path String?
The path to mount the disk inside the container.
getter/setter pair
readOnly bool?
If true, the disk is mounted read-only inside the container.
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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