CustomData constructor

CustomData(
  1. int id,
  2. String value
)

Implementation

CustomData(this.id, String value): values = [value];