AppBundle.fromJson constructor
AppBundle.fromJson(
- Map _json
Implementation
AppBundle.fromJson(core.Map _json)
: this(
bundleLocation: _json.containsKey('bundleLocation')
? FileReference.fromJson(_json['bundleLocation']
as core.Map<core.String, core.dynamic>)
: null,
);