factory CustomError.fromJson(Map<String, dynamic> data) { return CustomError( message: data['message'], ); }