getCustomTag method

String? getCustomTag(
  1. String format
)

Implementation

String? getCustomTag(String format) => options.customTag?.call(format, op);