DeleteNodeOutput.fromJson constructor

DeleteNodeOutput.fromJson(
  1. Map<String, dynamic> _
)

Implementation

factory DeleteNodeOutput.fromJson(Map<String, dynamic> _) {
  return DeleteNodeOutput();
}