Signal<T> constructor

const Signal<T>([
  1. T? body
])

Creates a signal with optional body payload

Implementation

const Signal([this.body]);