byKey static method

Template byKey(
  1. String key
)

Implementation

static Template byKey(String key) {
  return templates.firstWhere((e) => e.key == key);
}