UserContextDataType constructor

UserContextDataType({
  1. String? encodedData,
})

Implementation

UserContextDataType({
  this.encodedData,
});