BrPlaceInviteModel class

Constructors

BrPlaceInviteModel({String? id, int? datetimeStartWished, OobrPlaceInfo? oobrPlaceInfo, List<InvitedUsers>? invitedUsers, String? message, int? maxDateTimeAnswer})
BrPlaceInviteModel.fromJson(Map<String, dynamic> json)

Properties

datetimeStartWished int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
invitedUsers List<InvitedUsers>?
getter/setter pair
isLate bool
no setter
maxDateTimeAnswer int?
getter/setter pair
me InvitedUsers
no setter
message String?
getter/setter pair
oobrPlaceInfo OobrPlaceInfo?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wasAnwserd bool
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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