of<T> static method
Implementation
static CPDFContextMenuItem<T> of<T>(T key, {List<String>? subItems}) {
return CPDFContextMenuItem<T>(key, subItems: subItems);
}
static CPDFContextMenuItem<T> of<T>(T key, {List<String>? subItems}) {
return CPDFContextMenuItem<T>(key, subItems: subItems);
}