from property

  1. @BuiltValueField(wireName: r'from')
String? from

This field is used together with operation "move" and uses JSON Pointer notation. Learn more about JSON Pointers.

Implementation

@BuiltValueField(wireName: r'from')
String? get from;