HistoryEventExecutionDataDetails.fromJson constructor
Implementation
factory HistoryEventExecutionDataDetails.fromJson(Map<String, dynamic> json) {
return HistoryEventExecutionDataDetails(
truncated: json['truncated'] as bool?,
);
}
factory HistoryEventExecutionDataDetails.fromJson(Map<String, dynamic> json) {
return HistoryEventExecutionDataDetails(
truncated: json['truncated'] as bool?,
);
}