Certificate constructor

Certificate({
  1. String? data,
})

Implementation

Certificate({
  this.data,
});