add method

void add(
  1. T field
)

Implementation

void add(T field) => _map[field.name] = field;