DecodingData<T extends Object> constructor

DecodingData<T extends Object>(
  1. Map<String, dynamic> value,
  2. DecodingContext context
)

Implementation

DecodingData(this.value, this.context);