From af5d3916b84320753044f1b1364cd4210a67fd4c Mon Sep 17 00:00:00 2001 From: Moshe Yamini Date: Wed, 30 Oct 2024 05:24:12 +0200 Subject: [PATCH] Small Readme styling (#721) * Add doc section for static extras * Add doc section for static extras - more clear code example * Add doc section for static extras - more clear code example * Small README.md styling fix * Small README.md styling fix * Small README.md styling fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7bb81716..9c9f56ca 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ void main(List args) { ### Types -## Types conversion +#### Types conversion > Before you use the type conversion, please make sure that a ` factory Task.fromJson(Map json)` must be provided for each model class. `json_serializable` is recommended to be used as the serialization tool. @@ -104,11 +104,11 @@ class Task { } ``` -## Typed extras +#### Typed extras If you want to add static extra to all requests. ```dart - class MetaData extends TypedExtras { +class MetaData extends TypedExtras { final String id; final String region;