SerDeInfo.fromJson constructor

SerDeInfo.fromJson(
  1. Map json_
)

Implementation

SerDeInfo.fromJson(core.Map json_)
  : this(serializationLib: json_['serializationLib'] as core.String?);