UREncoder constructor

UREncoder(
  1. Pointer<Void> object
)

Implementation

UREncoder(Pointer<Void> object) : super() {
  nativeObject = object;
}