Dependencies class Null safety

Constructors

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

Properties

crypto String?
read-only
glib2 String?
read-only
hashCode int
The hash code for this object.
read-only, inherited
jansson String?
read-only
libcurl String?
read-only
libnice String?
read-only
libsrtp String?
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

copyWith({String? glib2, String? jansson, String? libnice, String? libsrtp, String? libcurl, String? crypto}) Dependencies
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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