ServerGetConfigOutput class abstract
- Available extensions
- Annotations
-
- @freezed
Constructors
-
ServerGetConfigOutput.new({@ServiceConfigConverter() ServiceConfig? appview, @ServiceConfigConverter() ServiceConfig? pds, @ServiceConfigConverter() ServiceConfig? blobDivert, @ServiceConfigConverter() ServiceConfig? chat, @ViewerConfigConverter() ViewerConfig? viewer, String? verifierDid, Map<
String, dynamic> ? $unknown}) -
constfactory
-
ServerGetConfigOutput.fromJson(Map<
String, Object?> json) -
factory
Properties
-
$unknown
→ Map<
String, dynamic> ? -
no setterinherited
- appview → ServiceConfig?
-
no setterinherited
- blobDivert → ServiceConfig?
-
no setterinherited
- chat → ServiceConfig?
-
no setterinherited
-
copyWith
→ $ServerGetConfigOutputCopyWith<
ServerGetConfigOutput> -
Create a copy of ServerGetConfigOutput
with the given fields replaced by the non-null parameter values.
no setterinherited
- hasAppview → bool
-
Available on ServerGetConfigOutput, provided by the ServerGetConfigOutputExtension extension
no setter - hasBlobDivert → bool
-
Available on ServerGetConfigOutput, provided by the ServerGetConfigOutputExtension extension
no setter - hasChat → bool
-
Available on ServerGetConfigOutput, provided by the ServerGetConfigOutputExtension extension
no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- hasNotAppview → bool
-
Available on ServerGetConfigOutput, provided by the ServerGetConfigOutputExtension extension
no setter - hasNotBlobDivert → bool
-
Available on ServerGetConfigOutput, provided by the ServerGetConfigOutputExtension extension
no setter - hasNotChat → bool
-
Available on ServerGetConfigOutput, provided by the ServerGetConfigOutputExtension extension
no setter - hasNotPds → bool
-
Available on ServerGetConfigOutput, provided by the ServerGetConfigOutputExtension extension
no setter - hasNotVerifierDid → bool
-
Available on ServerGetConfigOutput, provided by the ServerGetConfigOutputExtension extension
no setter - hasNotViewer → bool
-
Available on ServerGetConfigOutput, provided by the ServerGetConfigOutputExtension extension
no setter - hasPds → bool
-
Available on ServerGetConfigOutput, provided by the ServerGetConfigOutputExtension extension
no setter - hasVerifierDid → bool
-
Available on ServerGetConfigOutput, provided by the ServerGetConfigOutputExtension extension
no setter - hasViewer → bool
-
Available on ServerGetConfigOutput, provided by the ServerGetConfigOutputExtension extension
no setter - pds → ServiceConfig?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verifierDid → String?
-
The did of the verifier used for verification.
no setterinherited
- viewer → ViewerConfig?
-
no setterinherited
Methods
-
map<
TResult extends Object?> (TResult $default(_ServerGetConfigOutput value)) → TResult -
Available on ServerGetConfigOutput, provided by the ServerGetConfigOutputPatterns extension
Aswitch
-like method, using callbacks. -
mapOrNull<
TResult extends Object?> (TResult? $default(_ServerGetConfigOutput value)?) → TResult? -
Available on ServerGetConfigOutput, provided by the ServerGetConfigOutputPatterns extension
A variant ofmap
that fallback to returningnull
. -
maybeMap<
TResult extends Object?> (TResult $default(_ServerGetConfigOutput value)?, {required TResult orElse()}) → TResult -
Available on ServerGetConfigOutput, provided by the ServerGetConfigOutputPatterns extension
A variant ofmap
that fallback to returningorElse
. -
maybeWhen<
TResult extends Object?> (TResult $default(ServiceConfig? appview, ServiceConfig? pds, ServiceConfig? blobDivert, ServiceConfig? chat, ViewerConfig? viewer, String? verifierDid, Map< String, dynamic> ? $unknown)?, {required TResult orElse()}) → TResult -
Available on ServerGetConfigOutput, provided by the ServerGetConfigOutputPatterns extension
A variant ofwhen
that fallback to anorElse
callback. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this ServerGetConfigOutput to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
when<
TResult extends Object?> (TResult $default(ServiceConfig? appview, ServiceConfig? pds, ServiceConfig? blobDivert, ServiceConfig? chat, ViewerConfig? viewer, String? verifierDid, Map< String, dynamic> ? $unknown)) → TResult -
Available on ServerGetConfigOutput, provided by the ServerGetConfigOutputPatterns extension
Aswitch
-like method, using callbacks. -
whenOrNull<
TResult extends Object?> (TResult? $default(ServiceConfig? appview, ServiceConfig? pds, ServiceConfig? blobDivert, ServiceConfig? chat, ViewerConfig? viewer, String? verifierDid, Map< String, dynamic> ? $unknown)?) → TResult? -
Available on ServerGetConfigOutput, provided by the ServerGetConfigOutputPatterns extension
A variant ofwhen
that fallback to returningnull
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
knownProps
→ const List<
String>