NoContent.fromJson constructor

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

Creates a new NoContent instance from a json map.

Implementation

// ignore unused parameter in factory constructor. This is done to match the method signature of the converter.
//ignore: avoid_unused_constructor_parameters
factory NoContent.fromJson(Map<String, dynamic> json) => const NoContent();