format method

String format(
  1. List<String?> list
)

Implementation

String format(List<String?> list){
  return sprintf(this,list);
}