LayoutIdFront.fromRawJson constructor

LayoutIdFront.fromRawJson(
  1. String str
)

Implementation

factory LayoutIdFront.fromRawJson(String str) =>
    LayoutIdFront.fromJson(json.decode(str));