extras property

set extras (Map<String, dynamic> extras)

Implementation

set extras(Map<String, dynamic> extras) {
  options.extra.addAll(extras);
}