Skip to content

WebConfig.mapper

Category: Web

Source: web_config.mapper.dart

Classes

WebSearchProviderTypeMapper

Methods

static WebSearchProviderTypeMapper ensureInitialized()
static WebSearchProviderType fromValue(dynamic value)
WebSearchProviderType decode(dynamic value)
dynamic encode(WebSearchProviderType self)

OcrProviderTypeMapper

Methods

static OcrProviderTypeMapper ensureInitialized()
static OcrProviderType fromValue(dynamic value)
OcrProviderType decode(dynamic value)
dynamic encode(OcrProviderType self)

WebFetchConfigMapper

Properties

PropertyTypeDescription
idString
fieldsMappableFields<WebFetchConfig>
instantiateFunction

Methods

static WebFetchConfigMapper ensureInitialized()
static WebFetchConfig fromMap(Map<String, dynamic> map)
static WebFetchConfig fromJson(String json)

WebFetchConfigMappable

Properties

PropertyTypeDescription
copyWithWebFetchConfigCopyWith<WebFetchConfig, WebFetchConfig, WebFetchConfig> get
operatorbool
hashCodeint get

Methods

String toJson()
String toString()

abstract WebFetchConfigCopyWith

WebSearchConfigMapper

Properties

PropertyTypeDescription
idString
fieldsMappableFields<WebSearchConfig>
instantiateFunction

Methods

static WebSearchConfigMapper ensureInitialized()
static WebSearchConfig fromMap(Map<String, dynamic> map)
static WebSearchConfig fromJson(String json)

WebSearchConfigMappable

Properties

PropertyTypeDescription
copyWithWebSearchConfigCopyWith<WebSearchConfig, WebSearchConfig, WebSearchConfig> get
operatorbool
hashCodeint get

Methods

String toJson()
String toString()

abstract WebSearchConfigCopyWith

PdfConfigMapper

Properties

PropertyTypeDescription
idString
fieldsMappableFields<PdfConfig>
instantiateFunction

Methods

static PdfConfigMapper ensureInitialized()
static PdfConfig fromMap(Map<String, dynamic> map)
static PdfConfig fromJson(String json)

PdfConfigMappable

Properties

PropertyTypeDescription
copyWithPdfConfigCopyWith<PdfConfig, PdfConfig, PdfConfig> get
operatorbool
hashCodeint get

Methods

String toJson()
String toString()

abstract PdfConfigCopyWith

WebConfigMapper

Properties

PropertyTypeDescription
idString
fieldsMappableFields<WebConfig>
instantiateFunction

Methods

static WebConfigMapper ensureInitialized()
static WebConfig fromMap(Map<String, dynamic> map)
static WebConfig fromJson(String json)

WebConfigMappable

Properties

PropertyTypeDescription
copyWithWebConfigCopyWith<WebConfig, WebConfig, WebConfig> get
operatorbool
hashCodeint get

Methods

String toJson()
String toString()

abstract WebConfigCopyWith

Released under the MIT License.