LinkResult class

Response from kakaoLink validation API.

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

Constructors

LinkResult(int templateId, Map<String, dynamic>? templateArgs, Map<String, dynamic> templateMsg, Map<String, dynamic> warningMsg, Map<String, dynamic> argumentMsg)
LinkResult.fromJson(Map<String, dynamic> json)
factory

Properties

argumentMsg Map<String, dynamic>
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>?
getter/setter pair
templateId int
getter/setter pair
templateMsg Map<String, dynamic>
getter/setter pair
warningMsg Map<String, dynamic>
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