creatorField property
The name of the creator field.
Implementation
String get creatorField {
final stringHandle = _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_EditFieldsInfo_getCreatorField(
_handle, errorHandler);
});
return stringHandle.toDartString();
}