get method

dynamic get(
  1. String name
)
inherited

Implementation

dynamic get(String name) {
  return this[name];
}