UpdateLineCategoryRequest.fromJson constructor

UpdateLineCategoryRequest.fromJson(
  1. Map json_
)

Implementation

UpdateLineCategoryRequest.fromJson(core.Map json_)
    : this(
        lineCategory: json_['lineCategory'] as core.String?,
        objectId: json_['objectId'] as core.String?,
      );