SendOTPResponse constructor

const SendOTPResponse({
  1. required String message,
})

Implementation

const factory SendOTPResponse({required String message}) = _SendOTPResponse;