MapRuntimeParameters constructor

MapRuntimeParameters(
  1. Map<String, dynamic> options
)

Creates a new runtime parameters object from a map of options.

Implementation

MapRuntimeParameters(this.options);