OvO<T> constructor

const OvO<T>([
  1. String? message
])

Implementation

const factory OvO([String? message]) = _BaiscOvO<T>;