SchematizedData constructor

SchematizedData({
  1. String? data,
  2. String? error,
})

Implementation

SchematizedData({this.data, this.error});