mathFunc function

String mathFunc(
  1. Match match
)

Implementation

String mathFunc(Match match) => '${match[1]},';