Object<T> constructor

const Object<T>(
  1. Map<String, OvO<T>> properties, [
  2. String? message
])

Implementation

const Object(this.properties, [this.message]);