Expression constructor

Expression(
  1. String name,
  2. String path, {
  3. bool isEmoji = false,
})

Implementation

Expression(this.name, this.path, {this.isEmoji = false});