Convert<S, T> constructor
Convert<S, T> (})
Implementation
Convert(this.convertSource, {this.convertTarget, Type? sourceType, Type? targetType}) : sourceType = sourceType ?? S, targetType = targetType ?? T;