get method

dynamic get(
  1. String field
)

Implementation

dynamic get(String field) {
  return _fields[field];
}