Bundle.fromJson constructor

Bundle.fromJson(
  1. JsonObject json
)

Creates an Bundle instance from the provided JSON object.

Implementation

Bundle.fromJson(JsonObject json) : super._internal(json);