Bundle.fromJson constructor
Bundle.fromJson(
- JsonObject json
Creates an Bundle instance from the provided JSON object.
Implementation
Bundle.fromJson(JsonObject json) : super._internal(json);
Creates an Bundle instance from the provided JSON object.
Bundle.fromJson(JsonObject json) : super._internal(json);