VolumeAccessInfoPdf constructor

VolumeAccessInfoPdf({
  1. String? acsTokenLink,
  2. String? downloadLink,
  3. bool? isAvailable,
})

Implementation

VolumeAccessInfoPdf({this.acsTokenLink, this.downloadLink, this.isAvailable});