asString property

String asString
latefinal

Returns the word pair as a simple string, like "keyframe" or "bigFrance".

Implementation

late final String asString = '$first$second';