FlintScript.custom constructor

const FlintScript.custom(
  1. String? customJs
)

Create a script directly from raw JavaScript

Implementation

const FlintScript.custom(this.customJs)
    : onClick = null,
      onLoad = null,
      onSuccess = null,
      onError = null;