SuccessDetail.fromJson constructor
SuccessDetail.fromJson(
- Map _json
Implementation
SuccessDetail.fromJson(core.Map _json)
: this(
otherNativeCrash: _json.containsKey('otherNativeCrash')
? _json['otherNativeCrash'] as core.bool
: null,
);