userEntityFromJson function
Implementation
List<JJUserEntity> userEntityFromJson(String str) => List<JJUserEntity>.from(json.decode(str).map((x) => JJUserEntity.fromJson(x)));
List<JJUserEntity> userEntityFromJson(String str) => List<JJUserEntity>.from(json.decode(str).map((x) => JJUserEntity.fromJson(x)));