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