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