GetProtocolsResponse$1 class
- Implementers
- Annotations
-
- @_NameSource('generated')
Constructors
-
GetProtocolsResponse$1.new({List<
Instances$2> ? instances}) -
GetProtocolsResponse$1.fromJson(Map<
String, Object?> json)
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
-
instances
↔ List<
Instances$2> ? -
A list of objects representing independent instances of configuration.
For example, multiple networks on IRC if multiple are provided by the
same application service.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override