PragmaCommand constructor
PragmaCommand({
- String? schemaName,
- required String pragmaName,
- Expression? value,
Implementation
PragmaCommand({this.schemaName, required this.pragmaName, this.value});