MetaNode constructor

MetaNode(
  1. String? title,
  2. String? description
)

Implementation

MetaNode(this.title, this.description);