valueFor method

Implementation

Object? valueFor(AFSourceTemplateInsertion key) {
  return insertions[key];
}