Dependencies class

Constructors

Dependencies({String? glib2, String? jansson, String? libnice, String? libsrtp, String? libcurl, String? crypto})
Dependencies.fromJson(dynamic json)

Properties

crypto String?
no setter
glib2 String?
no setter
hashCode int
The hash code for this object.
no setterinherited
jansson String?
no setter
libcurl String?
no setter
libnice String?
no setter
libsrtp String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? glib2, String? jansson, String? libnice, String? libsrtp, String? libcurl, String? crypto}) Dependencies
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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