trArgs method

String? trArgs([
  1. List<String>? args
])

Implementation

String? trArgs([List<String>? args]) => _key.trArgs(args ?? []);