Index_IndexUpdateMethod.fromJson constructor
Index_IndexUpdateMethod.fromJson(
- Object? json
Implementation
factory Index_IndexUpdateMethod.fromJson(Object? json) =>
Index_IndexUpdateMethod(json as String);