result method

String result()

Implementation

String result() {
  final response = nativeResult(nativeObject).ref;
  return response.getString();
}