ClResultTypeDescriptor constructor

ClResultTypeDescriptor(
  1. ClTypeDescriptor okType,
  2. ClTypeDescriptor errType
)

Implementation

ClResultTypeDescriptor(this.okType, this.errType) : super(ClType.result);