extraSchemaMapping property

Map<String, List<String>> get extraSchemaMapping
inherited

A mapping of any extra schemas that this generator created and the parent schema that they were created from. This is used to improve the generated schema library

Implementation

Map<String, List<String>> get extraSchemaMapping =>
    throw _privateConstructorUsedError;