ConsentStage constructor

ConsentStage({
  1. String? name,
  2. String? title,
  3. String? message,
})

Implementation

ConsentStage({this.name, this.title, this.message});