UIPayload constructor

UIPayload({
  1. String mimeType = '',
  2. List<int> value = const [],
})

Implementation

UIPayload({
    this.mimeType = '',
    this.value = const [],
});