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