$RemoteShareInterface class sealed

Implementers
Annotations
  • @BuiltValue.new(instantiable: false)

Properties

accepted → bool
no setter
fileId → int?
no setter
hashCode → int
The hash code for this object.
no setterinherited
id → int
no setter
mimetype → String?
no setter
mountpoint → String
no setter
mtime → int?
no setter
name → String
no setter
owner → String
no setter
parent → int?
no setter
permissions → int?
no setter
remote → String
no setter
remoteId → String
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
shareToken → String
no setter
shareType → int
no setter
type → String?
no setter
user → String
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(void updates($RemoteShareInterfaceBuilder)) → $RemoteShareInterface
Rebuilds the instance.
toBuilder() → $RemoteShareInterfaceBuilder
Converts the instance to a builder $RemoteShareInterfaceBuilder.
toString() → String
A string representation of this object.
inherited

Operators

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