trimByTag property

String get trimByTag

Trim Octopoos tag from string

Implementation

String get trimByTag {
  return this.replaceAll('@OctopoosGoals', '');
}