GenerationStatus constructor

GenerationStatus({
  1. String? message,
  2. String? state,
})

Implementation

GenerationStatus({this.message, this.state});