ApiFile class

Constructors

ApiFile({String? url, String? idx, String? type, String? name, String? thumbnailUrl, String? taxonomy, String? entity, String? code})
ApiFile.fromJson(Map<String, dynamic> json)
exif is not in use anymore by 2021. 01. 11.
factory

Properties

code String?
getter/setter pair
entity String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
idx String?
getter/setter pair
name String?
getter/setter pair
percentage double
File upload percentage 업로드 퍼센티지 변수. 파일을 업로드 할 때, 여기에 업로드 퍼센티지를 기록 할 수 있다. 클라이언트에서만 사용됨.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taxonomy String?
getter/setter pair
thumbnailUrl String?
getter/setter pair
type String?
getter/setter pair
url String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited