getMeta method

String getMeta(
  1. String key
)

Implementation

String getMeta(String key) {
  metadata ??= {};
  return metadata![key] ?? "";
}