Id constructor

const Id(
  1. {bool assignable = false}
)

Create an Id annotation.

Implementation

const Id({this.assignable = false});