prescription property
Methods and properties available with the IaBasePrescription native module.
Implementation
IaBasePrescription get prescription {
if (_prescription == null) {
throw _moduleNotInitializedError;
}
return _prescription!;
}