ImmutableSubtree.placeholder constructor

const ImmutableSubtree.placeholder({
  1. Key? key,
})

Implementation

const factory ImmutableSubtree.placeholder({Key? key}) = _Placeholder;