operator [] method
- @override
Returns a CSS rule located at the given index.
Implementation
@override
String operator [](int index) => _sheet.cssRules[index].cssText;
Returns a CSS rule located at the given index.
@override
String operator [](int index) => _sheet.cssRules[index].cssText;