SplitCharacters constructor

SplitCharacters(
  1. String characters,
  2. List<String> splitted,
  3. bool isSuccess
)

Implementation

SplitCharacters(this.characters, this.splitted, this.isSuccess);