getContent method

dynamic getContent(
  1. String key
)

Implementation

dynamic getContent(String key) {
  return content[key];
}