AccountDeletionLog class

Annotations
  • @JsonSerializable(checked: true, createToJson: true, disallowUnrecognizedKeys: false, explicitToJson: true)

Constructors

AccountDeletionLog({String? message = 'Deletion requested', DateTime? deletionScheduled, DateTime? dateTime})
Returns a new AccountDeletionLog instance.
AccountDeletionLog.fromJson(Map<String, dynamic> json)
factory

Properties

dateTime DateTime?
Date and time of the deletion request.
final
deletionScheduled DateTime?
When the deletion is scheduled to happen, standard is 14 days after the request.
final
hashCode int
The hash code for this object.
no setteroverride
message String?
Typically "Deletion requested" or "Deletion canceled". Other messages like "Deletion completed" may exist, but are these are not possible to see as a regular user.
final
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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