CommonPrefix constructor

CommonPrefix({
  1. String? prefix,
})

Implementation

CommonPrefix({
  this.prefix,
});