The FMPModelProtocol protocol is used to transform itself to an external view and back.
protocol FMPModelProtocol : Decodable, Encodable
| Method | Description |
| init(_:) | It transforms itself from the NSDictionary dictionary.init(_ dict: NSDictionary) throws Parameters:
|
See also: