AttachmentRequest class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

AttachmentRequest.new({String? mimeType, String? objectId, AttachmentProvider? provider, AttachmentType? type})
AttachmentRequest.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
mimeType String?
final
objectId String?
final
provider AttachmentProvider?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type AttachmentType?
final

Methods

copyWith({String? mimeType, String? objectId, AttachmentProvider? provider, AttachmentType? type}) AttachmentRequest

Available on AttachmentRequest, provided by the $AttachmentRequestExtension extension

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

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const AttachmentRequest Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(AttachmentRequest instance)