toJson method

Map<String, dynamic> toJson()

Serialises this DTO to JSON.

Implementation

Map<String, dynamic> toJson() => _$InjectErrorRequestDtoToJson(this);