ProfilingModel constructor

ProfilingModel({
  1. String? accessToken,
  2. String? action = "set",
  3. Data? data,
})

Implementation

ProfilingModel({
  this.accessToken,
  this.action = "set",
  this.data,
});