Skip to content

Config.mapper

Category: Mcp_client

Source: config.mapper.dart

Classes

McpSubprocessEnvModeMapper

Methods

static McpSubprocessEnvModeMapper ensureInitialized()
static McpSubprocessEnvMode fromValue(dynamic value)
McpSubprocessEnvMode decode(dynamic value)
dynamic encode(McpSubprocessEnvMode self)

McpServerSpecMapper

Properties

PropertyTypeDescription
idString
fieldsMappableFields<McpServerSpec>
instantiateFunction

Methods

static McpServerSpecMapper ensureInitialized()
static McpServerSpec fromMap(Map<String, dynamic> map)
static McpServerSpec fromJson(String json)

McpServerSpecMappable

Properties

PropertyTypeDescription
copyWithMcpServerSpecCopyWith<McpServerSpec, McpServerSpec, McpServerSpec> get

Methods

String toJson()

abstract McpServerSpecCopyWith

McpStdioServerSpecMapper

Properties

PropertyTypeDescription
idString
fieldsMappableFields<McpStdioServerSpec>
discriminatorKeyString
discriminatorValuedynamic
superMapperfinal ClassMapperBase
instantiateFunction

Methods

static McpStdioServerSpecMapper ensureInitialized()
static McpStdioServerSpec fromMap(Map<String, dynamic> map)
static McpStdioServerSpec fromJson(String json)

McpStdioServerSpecMappable

Properties

PropertyTypeDescription
copyWithMcpStdioServerSpecCopyWith< McpStdioServerSpec, McpStdioServerSpec, McpStdioServerSpec > get
operatorbool
hashCodeint get

Methods

String toJson()
String toString()

abstract McpStdioServerSpecCopyWith

McpUrlServerSpecMapper

Properties

PropertyTypeDescription
idString
fieldsMappableFields<McpUrlServerSpec>
discriminatorKeyString
discriminatorValuedynamic
superMapperfinal ClassMapperBase
instantiateFunction

Methods

static McpUrlServerSpecMapper ensureInitialized()
static McpUrlServerSpec fromMap(Map<String, dynamic> map)
static McpUrlServerSpec fromJson(String json)

McpUrlServerSpecMappable

Properties

PropertyTypeDescription
copyWithMcpUrlServerSpecCopyWith<McpUrlServerSpec, McpUrlServerSpec, McpUrlServerSpec> get
operatorbool
hashCodeint get

Methods

String toJson()
String toString()

abstract McpUrlServerSpecCopyWith

McpAuthSpecMapper

Properties

PropertyTypeDescription
idString
fieldsMappableFields<McpAuthSpec>
instantiateFunction

Methods

static McpAuthSpecMapper ensureInitialized()
static McpAuthSpec fromMap(Map<String, dynamic> map)
static McpAuthSpec fromJson(String json)

McpAuthSpecMappable

Properties

PropertyTypeDescription
copyWithMcpAuthSpecCopyWith<McpAuthSpec, McpAuthSpec, McpAuthSpec> get

Methods

String toJson()

abstract McpAuthSpecCopyWith

McpNoAuthMapper

Properties

PropertyTypeDescription
idString
fieldsMappableFields<McpNoAuth>
discriminatorKeyString
discriminatorValuedynamic
superMapperfinal ClassMapperBase
instantiateFunction

Methods

static McpNoAuthMapper ensureInitialized()
static McpNoAuth fromMap(Map<String, dynamic> map)
static McpNoAuth fromJson(String json)

McpNoAuthMappable

Properties

PropertyTypeDescription
copyWithMcpNoAuthCopyWith<McpNoAuth, McpNoAuth, McpNoAuth> get
operatorbool
hashCodeint get

Methods

String toJson()
String toString()

abstract McpNoAuthCopyWith

McpBearerAuthMapper

Properties

PropertyTypeDescription
idString
fieldsMappableFields<McpBearerAuth>
discriminatorKeyString
discriminatorValuedynamic
superMapperfinal ClassMapperBase
instantiateFunction

Methods

static McpBearerAuthMapper ensureInitialized()
static McpBearerAuth fromMap(Map<String, dynamic> map)
static McpBearerAuth fromJson(String json)

McpBearerAuthMappable

Properties

PropertyTypeDescription
copyWithMcpBearerAuthCopyWith<McpBearerAuth, McpBearerAuth, McpBearerAuth> get
operatorbool
hashCodeint get

Methods

String toJson()
String toString()

abstract McpBearerAuthCopyWith

McpOAuthAuthMapper

Properties

PropertyTypeDescription
idString
fieldsMappableFields<McpOAuthAuth>
discriminatorKeyString
discriminatorValuedynamic
superMapperfinal ClassMapperBase
instantiateFunction

Methods

static McpOAuthAuthMapper ensureInitialized()
static McpOAuthAuth fromMap(Map<String, dynamic> map)
static McpOAuthAuth fromJson(String json)

McpOAuthAuthMappable

Properties

PropertyTypeDescription
copyWithMcpOAuthAuthCopyWith<McpOAuthAuth, McpOAuthAuth, McpOAuthAuth> get
operatorbool
hashCodeint get

Methods

String toJson()
String toString()

abstract McpOAuthAuthCopyWith

McpToolPolicyMapper

Properties

PropertyTypeDescription
idString
fieldsMappableFields<McpToolPolicy>
instantiateFunction

Methods

static McpToolPolicyMapper ensureInitialized()
static McpToolPolicy fromMap(Map<String, dynamic> map)
static McpToolPolicy fromJson(String json)

McpToolPolicyMappable

Properties

PropertyTypeDescription
copyWithMcpToolPolicyCopyWith<McpToolPolicy, McpToolPolicy, McpToolPolicy> get
operatorbool
hashCodeint get

Methods

String toJson()
String toString()

abstract McpToolPolicyCopyWith

McpReconnectPolicyMapper

Properties

PropertyTypeDescription
idString
fieldsMappableFields<McpReconnectPolicy>
instantiateFunction

Methods

static McpReconnectPolicyMapper ensureInitialized()
static McpReconnectPolicy fromMap(Map<String, dynamic> map)
static McpReconnectPolicy fromJson(String json)

McpReconnectPolicyMappable

Properties

PropertyTypeDescription
copyWithMcpReconnectPolicyCopyWith< McpReconnectPolicy, McpReconnectPolicy, McpReconnectPolicy > get
operatorbool
hashCodeint get

Methods

String toJson()
String toString()

abstract McpReconnectPolicyCopyWith

McpConfigMapper

Properties

PropertyTypeDescription
idString
fieldsMappableFields<McpConfig>
instantiateFunction

Methods

static McpConfigMapper ensureInitialized()
static McpConfig fromMap(Map<String, dynamic> map)
static McpConfig fromJson(String json)

McpConfigMappable

Properties

PropertyTypeDescription
copyWithMcpConfigCopyWith<McpConfig, McpConfig, McpConfig> get
operatorbool
hashCodeint get

Methods

String toJson()
String toString()

abstract McpConfigCopyWith

Properties

PropertyTypeDescription
serversget
reconnectget

Released under the MIT License.