getMapValue static method

dynamic getMapValue(
  1. dynamic value,
  2. Type returnType
)

Implementation

static dynamic getMapValue(dynamic value, Type returnType) =>
    _getMapValue(value, returnType);