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