type property

Parser<String> type
final

Implementation

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