MemoryInputValues typedef

MemoryInputValues = Map<String, dynamic>

Input values to load from memory.

Implementation

typedef MemoryInputValues = Map<String, dynamic>;