DeleteComponentResponse.fromJson constructor

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

Implementation

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