$Request10.fromJson constructor

$Request10.fromJson(
  1. Map json_
)

Implementation

$Request10.fromJson(core.Map json_)
  : this(languageCode: json_['languageCode'] as core.String?);