Gets file details. @returns File instance
Future<File> get() async { final data = await ApillonApi.get(apiPrefix!); populate(data); return this; }