blob: e47f45e341007adefa2966943438765db0b216f3 [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
;