Prop constructor

const Prop({
  1. dynamic defaultTo,
  2. bool optional = false,
})

Implementation

const Prop({this.defaultTo, this.optional = false});