Skip to content

BrowserConfig.mapper

Category: Web

Source: browser_config.mapper.dart

Classes

BrowserBackendMapper

Methods

static BrowserBackendMapper ensureInitialized()
static BrowserBackend fromValue(dynamic value)
BrowserBackend decode(dynamic value)
dynamic encode(BrowserBackend self)

BrowserConfigMapper

Properties

PropertyTypeDescription
idString
fieldsMappableFields<BrowserConfig>
instantiateFunction

Methods

static BrowserConfigMapper ensureInitialized()
static BrowserConfig fromMap(Map<String, dynamic> map)
static BrowserConfig fromJson(String json)

BrowserConfigMappable

Properties

PropertyTypeDescription
copyWithBrowserConfigCopyWith<BrowserConfig, BrowserConfig, BrowserConfig> get
operatorbool
hashCodeint get

Methods

String toJson()
String toString()

abstract BrowserConfigCopyWith

Released under the MIT License.