WalletFellowship constructor

WalletFellowship(
  1. int xIdx,
  2. String name
)

Implementation

WalletFellowship(this.xIdx, String name) : super(xIdx, name);