constructor()
in
extension.js [7:10]
4
lines of code
1
McCabe index (conditional complexity)
constructor(name, value) { this.name = name; this.value = value; }