ChannelSectionLocalization.fromJson constructor

ChannelSectionLocalization.fromJson(
  1. Map json_
)

Implementation

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