keyFormat method

String keyFormat(
  1. String key
)

Implementation

String keyFormat(String key) {
  return '[/$key/]';
}