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