TTNodeMeta constructor

TTNodeMeta({
  1. String? key,
  2. TTNodeState? forward,
})

Implementation

TTNodeMeta({this.key, this.forward});