SchemaElement constructor

SchemaElement(
  1. Map<String, dynamic> config
)

Implementation

SchemaElement(super.config) : id = config['id'], type = config['type'];