get method

dynamic get(
  1. String name
)

Implementation

get(String name) => _properties[name];