value method

List value()

Implementation

List<dynamic> value() {
  return DevMPJSHost.shared.plainValueOfObject(objectRef);
}