nomesComuns property

List<string> get nomesComuns

Retorna uma lista com todos os nomes comuns do Brasil

Implementation

static List<string> get nomesComuns => [...nomesFemininosComuns, ...nomesMasculinosComuns];