Input constructor

const Input({
  1. String? property,
})

Implementation

const Input({this.property});