BrickVariableProperties.fromJson constructor

BrickVariableProperties.fromJson(
  1. Map json
)

Converts Map to BrickYaml

Implementation

factory BrickVariableProperties.fromJson(Map<dynamic, dynamic> json) =>
    _$BrickVariablePropertiesFromJson(json);