schemas property

Property getter and setter for schemas:

Implementation

List<IMSchemaDefinition>? get schemas;
void schemas=(List<IMSchemaDefinition>? schemas)

Implementation

set schemas(List<IMSchemaDefinition>? schemas);