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