toCodeInstance method

String toCodeInstance()

Converts the instance to code.

Implementation

String toCodeInstance() {
  return """
$PeepAtom(
name: '$name',
directoryName: '$directoryName',
imageHeight: $imageHeight,
imageWidth: $imageWidth,
)""";
}