VolumeUserInfoCopy constructor

VolumeUserInfoCopy({
  1. int? allowedCharacterCount,
  2. String? limitType,
  3. int? remainingCharacterCount,
  4. String? updated,
})

Implementation

VolumeUserInfoCopy({
  this.allowedCharacterCount,
  this.limitType,
  this.remainingCharacterCount,
  this.updated,
});