setProperties method

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

Implementation

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