GoogleTTSErrorEvent constructor

const GoogleTTSErrorEvent({
  1. required String message,
  2. String? code,
})

Implementation

const GoogleTTSErrorEvent({
  required this.message,
  this.code,
});