StringAtIndex typedef

StringAtIndex = String? Function(int index)

@author Evan @since 2021/1/6 @describe:

Implementation

typedef String? StringAtIndex(int index);