CreateBroadcastDto class

CreateBroadcastDto is a Data Transfer Object (DTO) class for sending broadcast creation data to the API.

Constructors

CreateBroadcastDto({required List<String> identifiers, required String title, VPlatformFile? platformImage})
A constructor to create an instance of CreateBroadcastDto.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
identifiers List<String>
A list of unique identifiers. These could be user identifiers who are intended to be the participants of the broadcast.
final
platformImage → VPlatformFile?
An optional VPlatformFile that represents an image associated with the broadcast. This could be a logo or banner for the broadcast.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
The title or name of the broadcast to be created.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toListOfPartValue() List<PartValue>
Converts the object properties to a list of PartValue objects.
toString() String
A string representation of this object.
inherited

Operators

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