DashManifest.parse constructor

DashManifest.parse(
  1. String raw
)

Implementation

// ignore: deprecated_member_use
DashManifest.parse(String raw) : _root = xml.XmlDocument.parse(raw);