fromMap method

dynamic fromMap(
  1. Map json
)

Implementation

dynamic fromMap(Map json) {
  return json['$this'];
}