MoveSectionItemRequest.fromJson constructor
MoveSectionItemRequest.fromJson(
- Map json_
Implementation
MoveSectionItemRequest.fromJson(core.Map json_)
: this(targetSection: json_['targetSection'] as core.String?);