Node constructor

Node({
  1. required Key? key,
})

Implementation

Node({required this.key});