OAuth2FileBody class

Implemented types

Constructors

OAuth2FileBody(Stream<List<int>> fileStream, {String? contentType, required int contentLength})

Properties

contentLength int?
no setteroverride
contentType String?
no setteroverride
fileStream Stream<List<int>>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBytes() List<int>
override
toStream() Stream<List<int>>
override
toString() String
A string representation of this object.
inherited

Operators

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