Skip to content

ModelCatalog.mapper

Category: Core

Source: model_catalog.mapper.dart

Classes

AuthKindMapper

Methods

static AuthKindMapper ensureInitialized()
static AuthKind fromValue(dynamic value)
AuthKind decode(dynamic value)
dynamic encode(AuthKind self)

ModelCatalogMapper

Properties

PropertyTypeDescription
idString
fieldsMappableFields<ModelCatalog>
instantiateFunction

Methods

static ModelCatalogMapper ensureInitialized()
static ModelCatalog fromMap(Map<String, dynamic> map)
static ModelCatalog fromJson(String json)

ModelCatalogMappable

Properties

PropertyTypeDescription
copyWithModelCatalogCopyWith<ModelCatalog, ModelCatalog, ModelCatalog> get
operatorbool
hashCodeint get

Methods

String toJson()
String toString()

abstract ModelCatalogCopyWith

Properties

PropertyTypeDescription
capabilitiesget
providersget

DefaultsConfigMapper

Properties

PropertyTypeDescription
idString
fieldsMappableFields<DefaultsConfig>
instantiateFunction

Methods

static DefaultsConfigMapper ensureInitialized()
static DefaultsConfig fromMap(Map<String, dynamic> map)
static DefaultsConfig fromJson(String json)

DefaultsConfigMappable

Properties

PropertyTypeDescription
copyWithDefaultsConfigCopyWith<DefaultsConfig, DefaultsConfig, DefaultsConfig> get
operatorbool
hashCodeint get

Methods

String toJson()
String toString()

abstract DefaultsConfigCopyWith

ProviderDefMapper

Properties

PropertyTypeDescription
idString
fieldsMappableFields<ProviderDef>
instantiateFunction

Methods

static ProviderDefMapper ensureInitialized()
static ProviderDef fromMap(Map<String, dynamic> map)
static ProviderDef fromJson(String json)

ProviderDefMappable

Properties

PropertyTypeDescription
copyWithProviderDefCopyWith<ProviderDef, ProviderDef, ProviderDef> get
operatorbool
hashCodeint get

Methods

String toJson()
String toString()

abstract ProviderDefCopyWith

Properties

PropertyTypeDescription
modelsget
requestHeadersget

AuthSpecMapper

Properties

PropertyTypeDescription
idString
fieldsMappableFields<AuthSpec>
instantiateFunction

Methods

static AuthSpecMapper ensureInitialized()
static AuthSpec fromMap(Map<String, dynamic> map)
static AuthSpec fromJson(String json)

AuthSpecMappable

Properties

PropertyTypeDescription
copyWithAuthSpecCopyWith<AuthSpec, AuthSpec, AuthSpec> get
operatorbool
hashCodeint get

Methods

String toJson()
String toString()

abstract AuthSpecCopyWith

ModelDefMapper

Properties

PropertyTypeDescription
idString
fieldsMappableFields<ModelDef>
instantiateFunction

Methods

static ModelDefMapper ensureInitialized()
static ModelDef fromMap(Map<String, dynamic> map)
static ModelDef fromJson(String json)

ModelDefMappable

Properties

PropertyTypeDescription
copyWithModelDefCopyWith<ModelDef, ModelDef, ModelDef> get
operatorbool
hashCodeint get

Methods

String toJson()
String toString()

abstract ModelDefCopyWith

Released under the MIT License.