Map<String, dynamic> toJson() => { "id": id, "ttl": ttl, "created": created?.toIso8601String(), "userId": userId, "receiveotpvia": receiveotpvia, };