Directive typedef

Directive = Map<String, List<String>?>

Implementation

typedef Directive = Map<String, List<String>?>;