MoveSectionItemRequest.fromJson constructor

MoveSectionItemRequest.fromJson(
  1. Map json_
)

Implementation

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