Cause constructor

Cause({
  1. String? name,
  2. String? pos,
  3. String? text,
  4. Uint8List? buff,
})

Implementation

Cause({this.name, this.pos, this.text, this.buff});