ContextAttribute constructor

ContextAttribute({
  1. String? name,
  2. List<String>? values,
})

Implementation

ContextAttribute({this.name, this.values});