AccountDeletionLog.fromJson constructor

AccountDeletionLog.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory AccountDeletionLog.fromJson(Map<String, dynamic> json) =>
    _$AccountDeletionLogFromJson(json);