TrexAttributeBuilder.fromJson constructor

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

Implementation

TrexAttributeBuilder.fromJson(core.Map<String, dynamic> json) {
  var v = _$TrexAttribute.fromJson(json);
  replace(v);
}