InsertWithNameReference constructor

InsertWithNameReference({
  1. required bool isStatic,
  2. required int nameIndex,
  3. required String value,
})

Implementation

InsertWithNameReference({
  required this.isStatic,
  required this.nameIndex,
  required this.value,
});