ObjectKey.new constructor - ObjectKey - widgets library (original) (raw)
constObjectKey(
- Object? value )
Creates a key that uses identical on value for its operator==.
Implementation
const ObjectKey(this.value);
constObjectKey(
Creates a key that uses identical on value for its operator==.
const ObjectKey(this.value);