DecodingOptions constructor

DecodingOptions({
  1. Type? type,
  2. Object? data,
})

Implementation

DecodingOptions({this.type, this.data});