Token constructor
const
Token({})
const constructor
Implementation
const Token({
required this.typeDart,
required this.typeFfiDart,
required this.typeFfiC,
required this.typeAnnotation,
required this.fieldAccessor,
required this.caller,
required this.tokenType,
});