fromJson static method
Creates Class Object from Json
Implementation
static FunctionArgumentMetadataV9 fromJson(Map<String, dynamic> map) =>
FunctionArgumentMetadataV9(name: map['name'], type: map['type']);
Creates Class Object from Json
static FunctionArgumentMetadataV9 fromJson(Map<String, dynamic> map) =>
FunctionArgumentMetadataV9(name: map['name'], type: map['type']);