seedToInt property

int get seedToInt

Implementation

int get seedToInt =>
    ' $seed'.codeUnits.reduce((value, element) => value + element);