updateByKValues method

void updateByKValues(
  1. Map<String, dynamic> map
)

通过用字符串key读取字段值的Map来更新字段

Implementation

void updateByKValues(Map<String, dynamic> map) => throw UnimplementedError();