Identifiers constructor

Identifiers({
  1. String? type,
  2. String? value,
})

Implementation

Identifiers({this.type, this.value});