putProperties method

void putProperties(
  1. Map<String, dynamic> other
)

Implementation

void putProperties(Map<String, dynamic> other) => _properties.addAll(other);