Skip to content

DockerConfig.mapper

Category: Shell

Source: docker_config.mapper.dart

Classes

MountModeMapper

Methods

static MountModeMapper ensureInitialized()
static MountMode fromValue(dynamic value)
MountMode decode(dynamic value)
dynamic encode(MountMode self)

MountEntryMapper

Properties

PropertyTypeDescription
idString
fieldsMappableFields<MountEntry>
instantiateFunction

Methods

static MountEntryMapper ensureInitialized()
static MountEntry fromMap(Map<String, dynamic> map)
static MountEntry fromJson(String json)

MountEntryMappable

Properties

PropertyTypeDescription
copyWithMountEntryCopyWith<MountEntry, MountEntry, MountEntry> get
operatorbool
hashCodeint get

Methods

String toJson()
String toString()

abstract MountEntryCopyWith

DockerConfigMapper

Properties

PropertyTypeDescription
idString
fieldsMappableFields<DockerConfig>
instantiateFunction

Methods

static DockerConfigMapper ensureInitialized()
static DockerConfig fromMap(Map<String, dynamic> map)
static DockerConfig fromJson(String json)

DockerConfigMappable

Properties

PropertyTypeDescription
copyWithDockerConfigCopyWith<DockerConfig, DockerConfig, DockerConfig> get
operatorbool
hashCodeint get

Methods

String toJson()
String toString()

abstract DockerConfigCopyWith

Properties

PropertyTypeDescription
mountsget

Released under the MIT License.