dto method

DTO? dto(
  1. String? id
)

Implementation

DTO? dto(String? id) => _idMap[id]?.dto;