type property

Parser<String> type
final

Implementation

final type = letter().plusString("type expected").skip(before: char('@'));