hasExtra property

bool get hasExtra

Implementation

bool get hasExtra {
  return description != null || placeholdersRaw?.keys.isNotEmpty == true;
}