userEntityFromJson function

UserEntity userEntityFromJson(
  1. String str
)

Implementation

UserEntity userEntityFromJson(String str) =>
    UserEntity.fromJson(json.decode(str));