NodeModel constructor

NodeModel(
  1. {String name,
  2. String path}
)

Implementation

NodeModel({this.name, this.path});