LayoutInfo.fromJson constructor

LayoutInfo.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory LayoutInfo.fromJson(Map<String, dynamic> json) => _$LayoutInfoFromJson(json);