Props constructor

Props({
  1. String? propCode,
  2. dynamic propValue,
})

Implementation

Props({this.propCode, this.propValue});