AzureFilePersistentVolumeSource constructor
const
AzureFilePersistentVolumeSource({})
Default constructor.
Implementation
const AzureFilePersistentVolumeSource({
this.readOnly,
required this.secretName,
this.secretNamespace,
required this.shareName,
});