isSynthesized method

Future<bool> isSynthesized(
  1. String format
)

Implementation

Future<bool> isSynthesized(String format) {
  return ReaderManager.instance
      .itemFormatIsSynthesized(_handle, format: format);
}