DefaultValue constructor

const DefaultValue(
  1. dynamic value
)

Creates a new DefaultValue annotation with the given value.

Implementation

const DefaultValue(this.value);