LinkedHashMapExtensions<A, B> extension Null safety

on

Methods

updateValueAt({required int valueIndex, required B newValue}) → void
Updates the value at valueIndex to newValue, in addition to preserving the order.