BlocklistIdentifier constructor

BlocklistIdentifier({
  1. BlocklistIdentifierObjectEnum? object,
  2. String? id,
  3. String? identifier,
  4. BlocklistIdentifierIdentifierTypeEnum? identifierType,
  5. String? instanceId,
  6. int? createdAt,
  7. int? updatedAt,
})

Returns a new BlocklistIdentifier instance.

Implementation

BlocklistIdentifier({
  this.object,
  this.id,
  this.identifier,
  this.identifierType,
  this.instanceId,
  this.createdAt,
  this.updatedAt,
});