FNAttr constructor

FNAttr(
  1. TinkParam id,
  2. dynamic getter()
)

Implementation

FNAttr(this.id, this.getter);