addPropertyVariant<T> method
Добавляет вариант свойства. Всего у свойства может быть 50 вариантов.
Implementation
Future<ApiResponse<T>> addPropertyVariant<T>(Map<String, Object> params) =>
_api.request<T>('market.addPropertyVariant', params);