argsString property

String argsString

Implementation

String get argsString => args != null ? ' ' + args.toString() : '';