toTemplate method

  1. @override
String toTemplate()
override

template に出力する用の形式. Array 系 と Object は chain で読み取られることを前提とした形式になる.

Implementation

@override
String toTemplate() => value;