functionNameAndLine method

String functionNameAndLine()

Implementation

String functionNameAndLine() {
  return '${contextInfo.functionName}:${contextInfo.lineNumber}';
}