object<A, B> constructor

const object<A, B>([
  1. A? first,
  2. B? second
])

Implementation

const object([super.first, super.second]);