LinkResponseAttributes.fromJson constructor

LinkResponseAttributes.fromJson(
  1. String source
)

Implementation

factory LinkResponseAttributes.fromJson(String source) =>
    LinkResponseAttributes.fromMap(json.decode(source));