PinAttachment class

Constructors

PinAttachment({required dynamic attachmentType, required String title, String? link, String? fileExtension, String? path, String? size})

Properties

attachmentType → dynamic
final
fileExtension String?
final
hashCode int
The hash code for this object.
no setterinherited
final
path String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size String?
final
title String
final

Methods

copyWith({dynamic attachmentType, String? title, String? link, String? fileExtension, String? path, String? size}) PinAttachment
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