Placeholder constructor

Placeholder(
  1. String name, [
  2. String type = 'String'
])

Implementation

Placeholder(this.name, [this.type = 'String']);