schematicRarityRegex top-level property Null safety
read / write
regex to get rarity of schematic from template id
Implementation
RegExp schematicRarityRegex = RegExp(r"_(c|uc|r|vr|sr|ur)_(?=(crystal|ore|t))");
regex to get rarity of schematic from template id
RegExp schematicRarityRegex = RegExp(r"_(c|uc|r|vr|sr|ur)_(?=(crystal|ore|t))");