AppVariableDeclaration constructor

AppVariableDeclaration({
  1. String? description,
  2. String? name,
  3. Schema? schema,
})

Implementation

AppVariableDeclaration({this.description, this.name, this.schema});