Skip to content

tighten MapBuilder factory parameter #279

Description

@ahmednfwela

MapBuilder currently has the factory: factory MapBuilder([map = const {}])
I think it should be

factory MapBuilder([map = const <K, V>{}])

there are also other instances where dynamic is used instead of strict types, is that intentional? e.g. #241

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions