FlintTemplate constructor

FlintTemplate({
  1. String? id,
  2. FlintScript? script,
})

Implementation

FlintTemplate({super.id, super.script});