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