factory TaskNotFoundException.fromJson(Map<String, dynamic> json) { return TaskNotFoundException( message: json['message'] as String?, ); }