CallOptions constructor

const CallOptions({
  1. String? timestamp,
  2. Map<String, Object?>? context,
})

Implementation

const CallOptions({this.timestamp, this.context});