AbortedBuilder.fromJson constructor

AbortedBuilder.fromJson(
  1. Map<String, dynamic> json
)

Implementation

AbortedBuilder.fromJson(core.Map<String, dynamic> json) {
  var v = _$Aborted.fromJson(json);
  replace(v);
}