ObjectKey.new constructor - ObjectKey - widgets library (original) (raw)

description

constObjectKey(

  1. Object? value )

Creates a key that uses identical on value for its operator==.

Implementation

const ObjectKey(this.value);