ShareResponse class

Constructors

ShareResponse({required String shareId, String? activityType, required bool isCompleted, required Object error, Object? result})
const
ShareResponse.fromMap(dynamic dyn)
factory
ShareResponse.timeout(String shareId)

Properties

activityType String?
final
error Object
final
hashCode int
The hash code for this object.
no setterinherited
isCompleted bool
final
result Object?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shareId String
final

Methods

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

Operators

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