sublanguageProp top-level property
Node prop used to register sublanguages. Should be added to the top level node type for the language.
Implementation
final sublanguageProp = NodeProp<List<Sublanguage>>(
deserialize: (_) => throw UnsupportedError('Cannot deserialize sublanguageProp'),
);