Immutable constructor

const Immutable([
  1. String reason = ''
])

Creates annotation for being immutable with the given reason.

Implementation

const Immutable([this.reason = '']);