Build constructor

Build({
  1. String? backend,
  2. String? js,
})

Implementation

Build({this.backend, this.js});