SpreedCapabilities_Config class abstract

Implemented types

Constructors

SpreedCapabilities_Config([void b(SpreedCapabilities_ConfigBuilder)?])
Creates a new SpreedCapabilities_Config object using the builder pattern.
factory
SpreedCapabilities_Config.fromJson(Map<String, dynamic> json)
Creates a new object from the given json data.
factory

Properties

attachments SpreedCapabilities_Config_Attachments
no setterinherited
call SpreedCapabilities_Config_Call
no setterinherited
chat SpreedCapabilities_Config_Chat
no setterinherited
conversations SpreedCapabilities_Config_Conversations
no setterinherited
federation SpreedCapabilities_Config_Federation?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
previews SpreedCapabilities_Config_Previews
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signaling SpreedCapabilities_Config_Signaling
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(SpreedCapabilities_ConfigBuilder)) SpreedCapabilities_Config
Rebuilds the instance.
inherited
toBuilder() SpreedCapabilities_ConfigBuilder
Converts the instance to a builder B.
inherited
toJson() Map<String, dynamic>
Parses this object into a json like map.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<SpreedCapabilities_Config>
Serializer for SpreedCapabilities_Config.
no setter