Index_IndexUpdateMethod.fromJson constructor

Index_IndexUpdateMethod.fromJson(
  1. Object? json
)

Implementation

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