toString method

  1. @override
String toString()
override

Returns a String representation of the model.

Implementation

@override
String toString() =>
    '{inputFilepath: $inputFilepath, outputFilepath: $outputFilepath, supportedLocales: $supportedLocales';