name property

dynamic name
final

Defines RFC 6901 JSON pointer Denotes the json property name/path/aliases to be used for mapping to the annotated field Example: name: 'foo' name: 'bar' name: 'foo/bar/baz' name: '../foo' name: '..' name: 'foo', 'bar', 'baz' 'foo' - primary, 'bar', 'baz' - aliases

Implementation

final dynamic name;