Controller constructor

const Controller([
  1. String? name
])

Creates a new Controller annotation

Implementation

const Controller([this.name]);