Connection class

Constructors

Connection({required String id, required String name, required String type, bool? revoked, List<Integration>? integrations, required bool verified, required bool friendSync, required bool showActivity, required int visibility})

Properties

friendSync bool
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
integrations List<Integration>?
final
name String
final
revoked bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showActivity bool
final
type String
final
verified bool
final
visibility int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromJson(Map<String, dynamic> json) Connection