put method

void put(
  1. String key,
  2. dynamic value
)

Alias for set.

Implementation

void put(String key, dynamic value) => set(key, value);