LicenseAssignmentInsert constructor

LicenseAssignmentInsert({
  1. String? userId,
})

Implementation

LicenseAssignmentInsert({
  this.userId,
});