fieldPath$ property

List<String>? get fieldPath$

Returns the value of the fieldPath field. If the field is nullable, the return value may be null; otherwise, it will always return a non-null value.

Implementation

@pragma('vm:prefer-inline')
List<String>? get fieldPath$ => fieldPath;