Owoifier class

The entry point of the owoify function. The owoify function is implemented as a static function of this class.

Constructors

Owoifier()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

owoify(String source, {OwoifyLevel level = OwoifyLevel.Owo}) String
Convert source string to owoified string using specified OwoifyLevel (owoness). Three levels are available (from lowest to highest): OwoifyLevel.Owo, OwoifyLevel.Uwu, OwoifyLevel.Uvu
uvuify(String source) String
Convert source string to owoified string using OwoifyLevel.Uvu owoness level.
uwuify(String source) String
Convert source string to owoified string using OwoifyLevel.Uwu owoness level.