fromJson static method

MSchemaRef? fromJson(
  1. dynamic json
)

Implementation

static MSchemaRef? fromJson(json) => MSchemaRef.parsed(json?.toString());