InjectRequestDto constructor

InjectRequestDto({
  1. required String identifier,
  2. required String raw,
})

Creates an inject request targeting identifier with the raw text raw.

Implementation

InjectRequestDto({required this.identifier, required this.raw});