dotSplit method

List<String> dotSplit()

Implementation

List<String> dotSplit() => this?.split("\.") ?? const [];