customContext property

Map<String, String> customContext

Extract and return the image context

Implementation

Map<String, String> get customContext {
  if (context['custom'] != null) return Map.castFrom(context['custom']);

  return {};
}