RawField constructor

const RawField(
  1. String name,
  2. Object? value
)

Constructor

Implementation

const RawField(this.name, this.value);