createBlankPhenotype property

P Function() createBlankPhenotype
final

Function that generates blank (or random) phenotypes of type P. This needs to be provided because new T(); can't be used.

Implementation

final P Function() createBlankPhenotype;