MapBehavior<TValue> class

映射行为

Constructors

MapBehavior({Object? toKey, TValue? initialValue})
创建映射行为
MapBehavior.toKey({required Object toKey})
创建映射行为
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
initialValue → TValue?
指定初始值
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toKey Object?
指定结果键
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited