Declaration

init(dict: [String : Any], container parent: Any?, format formatVersion: GSFormatVersion)

Declaration

- (instancetype) initWithDict:(NSDictionary<NSString *,id> *) dict container:(id) parent format:(GSFormatVersion) formatVersion;

Declaration

initWithDict_container_format_(dict: dict[str, object], parent: object, formatVersion: GSFormatVersion) -> GSInstance

Parameters

dict

The dictionary to initialize with.

parent

The parent container.

formatVersion

The format version to initialize with.

Return Value

A new instance of the GSInstance class.