hasStringifyMixin function
Implementation
bool hasStringifyMixin(ClassDeclaration node) =>
node.withClause?.mixinTypes.any(
(NamedType t) => t.name.lexeme == MappedFieldsConfig.stringifyMixinName,
) ==
true;
bool hasStringifyMixin(ClassDeclaration node) =>
node.withClause?.mixinTypes.any(
(NamedType t) => t.name.lexeme == MappedFieldsConfig.stringifyMixinName,
) ==
true;