XmlDecodeStrategy constructor

XmlDecodeStrategy(
  1. {String rootObject = "root"}
)

Implementation

XmlDecodeStrategy({this.rootObject = "root"});