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
| Property | Type | Description |
|---|---|---|
id | String | |
fields | MappableFields<MountEntry> | |
instantiate | Function |
Methods
static MountEntryMapper ensureInitialized()
static MountEntry fromMap(Map<String, dynamic> map)
static MountEntry fromJson(String json)
MountEntryMappable
Properties
| Property | Type | Description |
|---|---|---|
copyWith | MountEntryCopyWith<MountEntry, MountEntry, MountEntry> get | |
operator | bool | |
hashCode | int get |
Methods
String toJson()
String toString()
abstract MountEntryCopyWith
DockerConfigMapper
Properties
| Property | Type | Description |
|---|---|---|
id | String | |
fields | MappableFields<DockerConfig> | |
instantiate | Function |
Methods
static DockerConfigMapper ensureInitialized()
static DockerConfig fromMap(Map<String, dynamic> map)
static DockerConfig fromJson(String json)
DockerConfigMappable
Properties
| Property | Type | Description |
|---|---|---|
copyWith | DockerConfigCopyWith<DockerConfig, DockerConfig, DockerConfig> get | |
operator | bool | |
hashCode | int get |
Methods
String toJson()
String toString()
abstract DockerConfigCopyWith
Properties
| Property | Type | Description |
|---|---|---|
mounts | get |