RadonString constructor

RadonString([
  1. List? script
])

Implementation

RadonString([List? script]) : super((script == null) ? [] : script);