Bundle constructor

Bundle()

Implementation

Bundle() {
  _bundle = new Map<String, Map<String, dynamic>>();
}