pageBlockVoiceNote property
A voice note
Implementation
PageBlockVoiceNote? get pageBlockVoiceNote {
if (this is PageBlockVoiceNote) {
return this as PageBlockVoiceNote;
}
return null;
}
A voice note
PageBlockVoiceNote? get pageBlockVoiceNote {
if (this is PageBlockVoiceNote) {
return this as PageBlockVoiceNote;
}
return null;
}