creationDateField property

String creationDateField

The name of the creation date field.

Implementation

String get creationDateField {
  final stringHandle = _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_EditFieldsInfo_getCreationDateField(
        _handle, errorHandler);
  });
  return stringHandle.toDartString();
}