getMetadata<T> method

T? getMetadata<T>(
  1. String key
)

Get metadata

Implementation

T? getMetadata<T>(String key) => metadata[key] as T?;