从字符串添加 方法

void addFromString(
  1. String string, [
  2. num? weight
])

实现

void addFromString(String string, [num? weight]) native;