sublanguageProp top-level property

NodeProp<List<Sublanguage>> sublanguageProp
final

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'),
);