UnknownInput constructor

const UnknownInput({
  1. required Map<String, dynamic> raw,
})

Implementation

const UnknownInput({required this.raw});