Authorization constructor Null safety
Implementation
Authorization({required this.password, required this.timeDelta})
: timeStamp = DateTime.now().toUtc().add(timeDelta).toIso8601String();
Authorization({required this.password, required this.timeDelta})
: timeStamp = DateTime.now().toUtc().add(timeDelta).toIso8601String();