blob: 48c37a786269ed8ddd4985b1650fefe5eb76f838 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
static method nullAwareListSpread(core::List<core::String>? list) dynamic
;
static method nullAwareSetSpread(core::Set<core::String>? set) dynamic
;
static method nullAwareMapSpread(core::Map<core::int, core::String>? map) dynamic
;
static method main() dynamic
;