get method

String? get(
  1. Field f
)

Implementation

String? get(Field f) {
  return values[f];
}