fromJson static method

ConstructOptions fromJson(
  1. Map json
)

Implementation

static ConstructOptions fromJson(Map json) =>
    _$ConstructOptionsFromJson(json);