data property

Property getter and setter for data:

Implementation

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

Implementation

set data(List<IMSchemaDefinition>? data);