get method

Profile? get(
  1. String id
)

Get a profile by ID.

Implementation

Profile? get(String id) => _profiles[id];