NodeInformation constructor

NodeInformation({
  1. required Uri baseUrl,
})

Implementation

NodeInformation({
  required this.baseUrl,
});