DefaultValue constructor
const
DefaultValue(
- dynamic value
Creates a new DefaultValue annotation with the given value.
Implementation
const DefaultValue(this.value);
Creates a new DefaultValue annotation with the given value.
const DefaultValue(this.value);