SharingResult class

KO: 카카오톡 공유 결과
EN: Kakao Talk Sharing result

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)

Properties

argumentMsg Map<String, dynamic>
KO: 사용자 인자 검증 결과
EN: User argument validation result
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templateArgs Map<String, dynamic>?
KO: 사용자 인자 키와 값
EN: Keys and values of the user argument
getter/setter pair
templateId int
KO: 사용자 정의 템플릿 ID
EN: Custom template ID
getter/setter pair
templateMsg Map<String, dynamic>
KO: 사용자 정의 템플릿 ID에 해당하는 메시지 템플릿의 전문
EN: Full message template contents of the custom template ID
getter/setter pair
warningMsg Map<String, dynamic>
KO: 메시지 템플릿 검증 결과
EN: Message template validation result
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited

Operators

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