fwStandardSqlServerAttributesFwExcelOptionsNullableToJson function

String? fwStandardSqlServerAttributesFwExcelOptionsNullableToJson(
  1. FwStandardSqlServerAttributesFwExcelOptions? fwStandardSqlServerAttributesFwExcelOptions
)

Implementation

String? fwStandardSqlServerAttributesFwExcelOptionsNullableToJson(
  enums.FwStandardSqlServerAttributesFwExcelOptions?
  fwStandardSqlServerAttributesFwExcelOptions,
) {
  return fwStandardSqlServerAttributesFwExcelOptions?.value;
}