toJson<T> method

Map<String, dynamic> toJson <T>(T obj)

Implementation

Map<String, dynamic> toJson<T>(T obj) {
  return null;
}