code method

  1. @override
String code()
override

Implementation

@override
String code() {
  return '$name: $content';
}