UsersCursor.fromJson constructor

UsersCursor.fromJson(
  1. String val
)

Constructs a UsersCursor from the provided val.

Implementation

factory UsersCursor.fromJson(String val) = UsersCursor;