Identify set(String property, dynamic value) { // TODO(xinyi): data type check _setUserProperty(IdentifyOperation.set, property, value); return this; }