$Shared19.fromJson constructor

$Shared19.fromJson(
  1. Map json_
)

Implementation

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