PHSharedResult class

Photo shared

Constructors

PHSharedResult({required bool shared, String? path, String? errorMessage})
Constructor
PHSharedResult.fromCodecMessage(Map<String, dynamic> message)
Factory constructor from platform codec message
factory

Properties

errorMessage String?
Error message if shared result failed
final
hashCode int
The hash code for this object.
no setterinherited
path String?
Shared path in cached library
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shared bool
Shared result from other app
final

Methods

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