Data constructor

Data({
  1. bool? isValid,
})

Implementation

Data({this.isValid});