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