MapBehavior<TValue> constructor

MapBehavior<TValue>({
  1. Object? toKey,
  2. TValue? initialValue,
})

创建映射行为

Implementation

MapBehavior({this.toKey, this.initialValue});