Prop constructor
const
Prop({
- dynamic defaultTo,
- bool optional = false,
Implementation
const Prop({this.defaultTo, this.optional = false});
const Prop({this.defaultTo, this.optional = false});