mirror of
				https://github.com/h7x4/unofficial_jisho_api_dart.git
				synced 2025-10-31 01:43:36 +01:00 
			
		
		
		
	Make variable name uniform
This commit is contained in:
		| @@ -4,7 +4,7 @@ final jisho = JishoApi(); | |||||||
| final encoder = JsonEncoder.withIndent('  '); | final encoder = JsonEncoder.withIndent('  '); | ||||||
|  |  | ||||||
| void main() async { | void main() async { | ||||||
|   await jisho.searchForPhrase('反対').then((data) { |   await jisho.searchForPhrase('反対').then((result) { | ||||||
|     print(encoder.convert(data)); |     print(encoder.convert(result)); | ||||||
|   }); |   }); | ||||||
| } | } | ||||||
		Reference in New Issue
	
	Block a user