CachedUserAction.fromJson constructor
CachedUserAction.fromJson(
)
Creates a CachedUserAction from a JSON-compatible map.
params:
json
: a map representing the CachedUserAction.
returns:
CachedUserAction
: a new instance of CachedUserAction.
Implementation
factory CachedUserAction.fromJson(Map<String, dynamic> json)
- talawa
- cached_user_action
- CachedUserAction
- CachedUserAction.fromJson factory constructor