Log({ required this.type, required this.info, this.message, this.error, String? date, }) : date = (date != null) ? date : _getDate();