get static method

String get(
  1. String name
)

Implementation

static String get(String name){
  return 'assets/images/'+name;
}