Skip to content

ShellConfig.mapper

Category: Shell

Source: shell_config.mapper.dart

Classes

ShellModeMapper

Methods

static ShellModeMapper ensureInitialized()
static ShellMode fromValue(dynamic value)
ShellMode decode(dynamic value)
dynamic encode(ShellMode self)

ShellConfigMapper

Properties

PropertyTypeDescription
idString
fieldsMappableFields<ShellConfig>
instantiateFunction

Methods

static ShellConfigMapper ensureInitialized()
static ShellConfig fromMap(Map<String, dynamic> map)
static ShellConfig fromJson(String json)

ShellConfigMappable

Properties

PropertyTypeDescription
copyWithShellConfigCopyWith<ShellConfig, ShellConfig, ShellConfig> get
operatorbool
hashCodeint get

Methods

String toJson()
String toString()

abstract ShellConfigCopyWith

Released under the MIT License.