@override String build() { if (content != null) { return '<meta $key="$value" content="$content" />'; } return '<meta $key="$value" />'; }