getChildrenPath method

String? getChildrenPath()

Implementation

String? getChildrenPath() {
  try {
    final response = nativeGetChildrenPath(nativeObject).ref;
    return response.getString();
  } catch (e) {
    return null;
  }
}