$Shared02.fromJson constructor

$Shared02.fromJson(
  1. Map json_
)

Implementation

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