Attribute constructor

const Attribute({
  1. String type = "",
})

type a type constraint

Implementation

const Attribute({this.type = ""});