Concat constructor

Concat(
  1. Object value, {
  2. String? seperator,
})

Implementation

Concat(this.value, {this.seperator});