GoogleChatV1Section.fromJson constructor

GoogleChatV1Section.fromJson(
  1. Map json_
)

Implementation

GoogleChatV1Section.fromJson(core.Map json_)
  : this(
      displayName: json_['displayName'] as core.String?,
      name: json_['name'] as core.String?,
      sortOrder: json_['sortOrder'] as core.int?,
      type: json_['type'] as core.String?,
    );