PermanentDelegate constructor

const PermanentDelegate({
  1. required SolAddress delegate,
})

Implementation

const PermanentDelegate({required this.delegate});