toLowerCase method

WordPair toLowerCase()

Creates a new WordPair with both parts in lower case.

Implementation

WordPair toLowerCase() => WordPair(first.toLowerCase(), second.toLowerCase());