get method

Trust? get(
  1. String kid
)

Implementation

Trust? get(String kid) {
  return _data[kid];
}