nodeType property

  1. @BuiltValueField(wireName: r'node_type')
String nodeType

NodeType represents this node's types. It is a mirror of node.type and is primarily used to allow compatibility with OpenAPI 3.0. In this struct it technically always is "img".

Implementation

@BuiltValueField(wireName: r'node_type')
String get nodeType;