PingSent class

Ping sent response model

Constructors

PingSent({String? sentBy, String? expiresAt, String? sentAt, String? sentTo, bool? isSent})
Ping Sent Object
PingSent.fromJson(Map<String, dynamic> json)
from json method for Ping Sent Class.
factory

Properties

expiresAt String?
when the ping is going to expire
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isSent bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sentAt String?
getter/setter pair
sentBy String?
getter/setter pair
sentTo String?
AccountId the ping was sent to
getter/setter pair

Methods

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

Operators

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