StringIndex.fromJson constructor

StringIndex.fromJson(
  1. int value
)

Implementation

factory StringIndex.fromJson(int value) => StringIndex(value);