ContentValues.copyFrom constructor

ContentValues.copyFrom(
  1. ContentValues other
)

Copies values from other ContentValues instances.

Implementation

ContentValues.copyFrom(ContentValues other) : _map = Map.from(other._map);