isCoHost static method

bool isCoHost(
  1. String? metadata
)

Implementation

static bool isCoHost(String? metadata) {
  String role = getMetadataRole(metadata);
  return role == 'cohost';
}