BindScope constructor

BindScope({
  1. List<Object?> positional = const [],
  2. Map<String, Object?> named = const {},
})

Implementation

BindScope({this.positional = const [], this.named = const {}});