mineral
framework
Collection
<
K
,
V
>
clone property
clone
clone
property
Null safety
Map
<
K
,
V
>
clone
Implementation
Map<K, V> get clone => Map.from(this);
mineral
framework
Collection
<
K
,
V
>
clone property
Collection extension
Properties
clone
Methods
find
findOrFail
get
getOr
getOrFail
overrideIfPresent
set
where