getCustomField method

dynamic getCustomField(
  1. String key
)

Get a custom field from the content

Implementation

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