apply method

void apply(
  1. JsonExportable exportable
)

Implementation

void apply(JsonExportable exportable) {
  _data = exportable.child;
}