getFields method

List<String>? getFields()

Implementation

List<String>? getFields() {
  return _getFields()?.cast<String>();
}