UserDataMapping constructor

UserDataMapping({
  1. String? archiveTime,
  2. bool? archived,
  3. String? dataId,
  4. String? name,
  5. List<Attribute>? resourceAttributes,
  6. String? userId,
})

Implementation

UserDataMapping({
  this.archiveTime,
  this.archived,
  this.dataId,
  this.name,
  this.resourceAttributes,
  this.userId,
});