Split constructor

Split({
  1. String? key,
})

Implementation

Split({
  this.key,
});