$ShareInfoClient class

Constructors

$ShareInfoClient($Client _rootClient)
Creates a new DynamiteClient for share_info requests.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$info_Request({required String t, String? password, String? dir, int? depth}) → Request
Get the info about a share.
$info_Serializer() → DynamiteSerializer<ShareInfo, void>
Builds a serializer to parse the response of $info_Request.
info({required String t, String? password, String? dir, int? depth}) Future<DynamiteResponse<ShareInfo, void>>
Get the info about a share.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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