VRoomsDto class

This class is used to carry the data related to rooms in the VChat application.

Constructors

VRoomsDto({int limit = 20, int page = 1, String? title, VRoomType? roomType, bool? mutedOnly, bool? archiveOnly, bool? deletedOnly})
Constructs a new VRoomsDto.
const

Properties

archiveOnly bool?
final
deletedOnly bool?
final
hashCode int
The hash code for this object.
no setterinherited
limit int
final
mutedOnly bool?
final
page int
final
roomType VRoomType?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Returns a map with keys and values representing object state.
toString() String
A string representation of this object.
inherited

Operators

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