isCustomEmbed method

bool isCustomEmbed()

Implementation

bool isCustomEmbed() {
  return insert is InsertDataCustom;
}