MapBehavior<TValue>.toKey constructor

MapBehavior<TValue>.toKey({
  1. required Object toKey,
})

创建映射行为

Implementation

factory MapBehavior.toKey({required Object toKey}) =>
    MapBehavior(toKey: toKey);