attributionPercentage property
double
get
attributionPercentage
Implementation
double get attributionPercentage =>
totalCharacters > 0 ? neomageCharacters / totalCharacters : 0.0;
double get attributionPercentage =>
totalCharacters > 0 ? neomageCharacters / totalCharacters : 0.0;