SdkErrorDetail constructor

const SdkErrorDetail(
  1. String type,
  2. Uint8List value
)

Builds a detail entry.

Implementation

const SdkErrorDetail(this.type, this.value);