LayoutProperties.fromJson constructor

LayoutProperties.fromJson(
  1. Map json_
)

Implementation

LayoutProperties.fromJson(core.Map json_)
  : this(
      displayName: json_['displayName'] as core.String?,
      masterObjectId: json_['masterObjectId'] as core.String?,
      name: json_['name'] as core.String?,
    );