UICustomizationType constructor

UICustomizationType({
  1. String? css,
  2. String? cSSVersion,
  3. String? clientId,
  4. DateTime? creationDate,
  5. String? imageUrl,
  6. DateTime? lastModifiedDate,
  7. String? userPoolId,
})

Implementation

UICustomizationType({
  this.css,
  this.cSSVersion,
  this.clientId,
  this.creationDate,
  this.imageUrl,
  this.lastModifiedDate,
  this.userPoolId,
});