AsyncContentBodyMediaToken constructor
AsyncContentBodyMediaToken({})
Implementation
AsyncContentBodyMediaToken(
{List<String>? collectionIds,
this.contentId,
this.expiryDateTime,
List<String>? fileIds,
this.token})
: collectionIds = collectionIds ?? [],
fileIds = fileIds ?? [];