VChatRegisterDto class

Data Transfer Object for registration in VChat system.

Constructors

VChatRegisterDto({required String identifier, required String? fullName, required String deviceId, String? language, String? pushKey, required String platform, required String password, VPlatformFile? image})
Creates an instance of VChatRegisterDto.

Properties

deviceId String
final
fullName String?
final
hashCode int
The hash code for this object.
no setterinherited
identifier String
final
image → VPlatformFile?
final
language String?
final
password String
final
platform String
final
pushKey String?
getter/setter pair
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
toListOfPartValue() List<PartValue>
Converts the properties to a list of PartValue. The PartValue objects represent the individual data parts to be included in a multipart request.
toString() String
A string representation of this object.
inherited

Operators

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