StreamPartError constructor

StreamPartError({
  1. required dynamic error,
})

Implementation

StreamPartError({required this.error});