Initializer
init(dict:container:format:) initWithDict:container:format: initWithDict_container_format_
Initializes a new instance of the GSInstance class with a dictionary and format version.
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) -> GSInstanceParameters
dictThe dictionary to initialize with.
parentThe parent container.
formatVersionThe format version to initialize with.
Return Value
A new instance of the GSInstance class.