fromMap method

dynamic fromMap(
  1. Map<String, dynamic> json
)
override

Implementation

fromMap(Map<String, dynamic> json) {
  return this;
}