stringWithFormat_ static method

NSMutableString stringWithFormat_(
  1. ThermionDartTexture1 _lib,
  2. NSString format
)
override

Implementation

static NSMutableString stringWithFormat_(
    ThermionDartTexture1 _lib, NSString format) {
  final _ret = _lib._objc_msgSend_31(
      _lib._class_NSMutableString1, _lib._sel_stringWithFormat_1, format._id);
  return NSMutableString._(_ret, _lib, retain: true, release: true);
}