GetStringAttribute constructor

GetStringAttribute({
  1. required int quoteSymbol,
})

Implementation

GetStringAttribute({required this.quoteSymbol}) {
  methods = {
    'process': (msg, context) => process(msg, context),
  };
}