AsyncContentBodyMediaToken class

Constructors

AsyncContentBodyMediaToken({List<String>? collectionIds, String? contentId, String? expiryDateTime, List<String>? fileIds, String? token})
AsyncContentBodyMediaToken.fromJson(Map<String, Object?> json)
factory

Properties

collectionIds List<String>
final
contentId String?
final
expiryDateTime String?
final
fileIds List<String>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String?
final

Methods

copyWith({List<String>? collectionIds, String? contentId, String? expiryDateTime, List<String>? fileIds, String? token}) AsyncContentBodyMediaToken
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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