FromJsonFactory<T extends TetherModel<T>> typedef

FromJsonFactory<T extends TetherModel<T>> = T Function(Map<String, dynamic> json)

Implementation

typedef FromJsonFactory<T extends TetherModel<T>> =
    T Function(Map<String, dynamic> json);