build method

Map<String, Object> build()

Implementation

Map<String, Object> build() {
  return Map.unmodifiable(_properties);
}