Config.writeBackValue constructor

const Config.writeBackValue(
  1. String writeBackValue
)

Configures the value property paired with an annotated callback field.

Implementation

const Config.writeBackValue(String writeBackValue)
    : this(writeBackValue: writeBackValue);