StartWithContextOptions constructor

StartWithContextOptions({
  1. String? contextUri,
  2. Offset? offset,
})

Implementation

StartWithContextOptions({this.contextUri, this.offset});