isSynthesized method

Future<bool> isSynthesized(
  1. String format
)

Implementation

Future<bool> isSynthesized(String format) async {
  return (await _getItemInfo()).synthesizedFormats.contains(format);
}